Fix the recovery user ACL.

This commit is contained in:
Andrea Dell'Amico 2021-04-08 14:26:18 +02:00
parent 523152d08e
commit 4cfd936b51
1 changed files with 1 additions and 1 deletions

View File

@ -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