From 4cfd936b5153045661a1434962305b98650b73fc Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 8 Apr 2021 14:26:18 +0200 Subject: [PATCH] Fix the recovery user ACL. --- tasks/postgres_pgpool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/postgres_pgpool.yml b/tasks/postgres_pgpool.yml index 41249ea..8adce70 100644 --- a/tasks/postgres_pgpool.yml +++ b/tasks/postgres_pgpool.yml @@ -39,7 +39,7 @@ dest: '{{ psql_conf_dir }}/pg_hba.conf' contype: host users: '{{ pgpool_recovery_user }}' - address: '{{ item.0.name }}' + address: '{{ item.1 }}' databases: 'all' method: 'trust' state: present