Skip to content

Commit ef92862

Browse files
committed
fix(stage2-setup-postgres): the replacement isn't a regex so don't treat it as one
1 parent fccdaaa commit ef92862

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
@@ -44,7 +44,7 @@
4444
ansible.builtin.replace:
4545
path: '/etc/postgresql/postgresql.conf'
4646
regexp: "(shared_preload_libraries).*(\\'.*)\\'"
47-
replace: "\\1 = \\2, orioledb\\'"
47+
replace: "\\1 = \\2, orioledb'"
4848

4949
- name: Add default_table_access_method setting
5050
ansible.builtin.lineinfile:

0 commit comments

Comments
 (0)