From 55ed8f51a41cef750cef6ca67cea4b1ffae3c48c Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 12 May 2025 15:09:08 +0200 Subject: [PATCH] Do not change the replication auth when wal archiving is disabled. --- tasks/configure-access.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/configure-access.yml b/tasks/configure-access.yml index 052bf05..45c7db3 100644 --- a/tasks/configure-access.yml +++ b/tasks/configure-access.yml @@ -37,6 +37,7 @@ group: postgres mode: "0640" notify: Reload postgresql + when: psql_wal_files_archiving_enabled - name: configure-access | Flush handlers ansible.builtin.meta: flush_handlers