change priv to role_attr_flags

This commit is contained in:
Oleksandr Stepanov
2024-11-20 17:44:12 +01:00
parent b672d803f0
commit 576f8eb252
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@
login_password: "{{ database_password }}"
name: "{{ postgres_replica_user_name }}"
password: "{{ postgres_replica_user_password }}"
priv: "REPLICATION"
role_attr_flags: "REPLICATION"
- name: Create replication slot if doesn't exist
community.postgresql.postgresql_slot: