diff --git a/tasks/postgresql-streaming-replication.yml b/tasks/postgresql-streaming-replication.yml index 707a777..bea64b9 100644 --- a/tasks/postgresql-streaming-replication.yml +++ b/tasks/postgresql-streaming-replication.yml @@ -10,7 +10,6 @@ password: '{{ psql_streaming_replication_pwd }}' encrypted: yes state: present - notify: Reload postgresql - name: Setup the streaming replication on the primary become: True