Skip to content

Commit fd8a369

Browse files
committed
fix: Creates /etc/postgresql-custom/conf.d/ directory at line 119 of setup-postgres.yml
1 parent f440480 commit fd8a369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/tasks/setup-postgres.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
with_items:
117117
- '/etc/postgresql'
118118
- '/etc/postgresql-custom'
119+
- '/etc/postgresql-custom/conf.d'
119120
when: debpkg_mode or nixpkg_mode
120121

121122
- name: create placeholder config files

0 commit comments

Comments
 (0)