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 fccdaaa commit ef92862Copy full SHA for ef92862
ansible/tasks/stage2-setup-postgres.yml
@@ -44,7 +44,7 @@
44
ansible.builtin.replace:
45
path: '/etc/postgresql/postgresql.conf'
46
regexp: "(shared_preload_libraries).*(\\'.*)\\'"
47
- replace: "\\1 = \\2, orioledb\\'"
+ replace: "\\1 = \\2, orioledb'"
48
49
- name: Add default_table_access_method setting
50
ansible.builtin.lineinfile:
0 commit comments