Do not reload after adding the replica user.
This commit is contained in:
parent
dbb81296d7
commit
5f6bf2bfa8
|
@ -10,7 +10,6 @@
|
||||||
password: '{{ psql_streaming_replication_pwd }}'
|
password: '{{ psql_streaming_replication_pwd }}'
|
||||||
encrypted: yes
|
encrypted: yes
|
||||||
state: present
|
state: present
|
||||||
notify: Reload postgresql
|
|
||||||
|
|
||||||
- name: Setup the streaming replication on the primary
|
- name: Setup the streaming replication on the primary
|
||||||
become: True
|
become: True
|
||||||
|
|
Loading…
Reference in New Issue