From 5f6bf2bfa86a2f7e5951f30ee2fc04c93a764fcd Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 6 Apr 2021 14:17:47 +0200 Subject: [PATCH] Do not reload after adding the replica user. --- tasks/postgresql-streaming-replication.yml | 1 - 1 file changed, 1 deletion(-) 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