Skip to content

Commit 8aecdab

Browse files
committed
fix(stage2-setup-postgres): supautils.conf is in conf.d now
1 parent 6336a0e commit 8aecdab

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
@@ -20,7 +20,7 @@
2020

2121
- name: Remove specified extensions from supautils.conf if orioledb-17 or 17 build
2222
ansible.builtin.replace:
23-
path: '/etc/postgresql-custom/supautils.conf'
23+
path: '/etc/postgresql-custom/conf.d/supautils.conf'
2424
regexp: "{{ regex_item }}"
2525
loop:
2626
- '\ timescaledb,'

0 commit comments

Comments
 (0)