Skip to content

Commit c22b0a3

Browse files
committed
fix(stage2-setup-postgres): not sure how i munged that path so badly. i blame the drugs
1 parent f634b88 commit c22b0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/stage2-setup-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
- name: Remove db_user_namespace from postgresql.conf if orioledb-17 or 17 build
3232
ansible.builtin.replace:
33-
path: '//etc/pdev/resql/post'
33+
path: '/etc/postgresql/postgresql.conf'
3434
regexp: 'db_user_namespace\ =\ off'
3535
replace: '#db_user_namespace\ =\ off'
3636

0 commit comments

Comments
 (0)