We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6336a0e commit 8aecdabCopy full SHA for 8aecdab
ansible/tasks/stage2-setup-postgres.yml
@@ -20,7 +20,7 @@
20
21
- name: Remove specified extensions from supautils.conf if orioledb-17 or 17 build
22
ansible.builtin.replace:
23
- path: '/etc/postgresql-custom/supautils.conf'
+ path: '/etc/postgresql-custom/conf.d/supautils.conf'
24
regexp: "{{ regex_item }}"
25
loop:
26
- '\ timescaledb,'
0 commit comments