File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 group : " {{postgresql_admin_user}}"
3838 mode : 0640
3939 register : postgresql_configuration_pt2
40+
41+ - name : PostgreSQL | Create folder for additional configuration files
42+ file :
43+ name : " {{postgresql_conf_directory}}/conf.d"
44+ state : directory
45+ owner : " {{postgresql_admin_user}}"
46+ group : " {{postgresql_admin_user}}"
47+ mode : 0755
4048
4149- name : PostgreSQL | Restart PostgreSQL
4250 service :
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ restart_after_crash = {{'on' if postgresql_restart_after_crash else 'off'}}
433433# These options allow settings to be loaded from files other than the
434434# default postgresql.conf.
435435
436- # include_dir = 'conf.d' # include files ending in '.conf' from
436+ include_dir = 'conf.d' # include files ending in '.conf' from
437437 # directory 'conf.d'
438438#include_if_exists = 'exists.conf' # include file only if it exists
439439#include = 'special.conf' # include file
You can’t perform that action at this time.
0 commit comments