mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
fixed lint
This commit is contained in:
@ -18,7 +18,6 @@
|
|||||||
priv: "REPLICATION"
|
priv: "REPLICATION"
|
||||||
|
|
||||||
- name: Create replication slot if doesn't exist
|
- name: Create replication slot if doesn't exist
|
||||||
become_user: postgres
|
|
||||||
community.postgresql.postgresql_slot:
|
community.postgresql.postgresql_slot:
|
||||||
login_host: "{{ postgres_replication_bind_address }}"
|
login_host: "{{ postgres_replication_bind_address }}"
|
||||||
login_user: "{{ database_username }}"
|
login_user: "{{ database_username }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user