mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
change priv to role_attr_flags
This commit is contained in:
@ -10,3 +10,6 @@ roles:
|
|||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: community.general
|
||||||
version: 8.4.0
|
version: 8.4.0
|
||||||
|
# Collection for the replication only.
|
||||||
|
- name: community.postgresql
|
||||||
|
version: 3.7.0
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
login_password: "{{ database_password }}"
|
login_password: "{{ database_password }}"
|
||||||
name: "{{ postgres_replica_user_name }}"
|
name: "{{ postgres_replica_user_name }}"
|
||||||
password: "{{ postgres_replica_user_password }}"
|
password: "{{ postgres_replica_user_password }}"
|
||||||
priv: "REPLICATION"
|
role_attr_flags: "REPLICATION"
|
||||||
|
|
||||||
- name: Create replication slot if doesn't exist
|
- name: Create replication slot if doesn't exist
|
||||||
community.postgresql.postgresql_slot:
|
community.postgresql.postgresql_slot:
|
||||||
|
|||||||
Reference in New Issue
Block a user