Skip to content

Commit

Permalink
Remove backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
to-bar committed Jul 22, 2021
1 parent b426dd3 commit 8cace34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
replace:
path: /etc/default/repmgrd
regexp: ^#REPMGRD_CONF=\"/path/to/repmgr.conf\"
replace: REPMGRD_CONF=\"{{ repmgr.config_dir[ansible_os_family] }}/repmgr.conf\"
replace: REPMGRD_CONF="{{ repmgr.config_dir[ansible_os_family] }}/repmgr.conf"

- name: Extensions | repmgr | Enable repmgrd in /etc/default/repmgrd
replace:
Expand Down

0 comments on commit 8cace34

Please sign in to comment.