From 60333c40da9d1ef9f19a0ccf86e35ddf36005bc2 Mon Sep 17 00:00:00 2001 From: Oleksandr Stepanov Date: Wed, 27 Nov 2024 15:24:20 +0100 Subject: [PATCH] feat: Added user with backup permissions only --- tasks/replication.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/replication.yml b/tasks/replication.yml index 01d9a4d..8fe09b6 100644 --- a/tasks/replication.yml +++ b/tasks/replication.yml @@ -56,5 +56,5 @@ login_password: "{{ database_password }}" group: pg_read_all_data target_roles: - - "{{ backup_db_user }}" + - "{{ backup_db_user }}" state: present