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:
@ -25,7 +25,7 @@
|
|||||||
login_password: "{{ database_password }}"
|
login_password: "{{ database_password }}"
|
||||||
slot_name: replica
|
slot_name: replica
|
||||||
|
|
||||||
- name: Reload postgres select query to acme db
|
- name: Reload postgres configuration
|
||||||
community.postgresql.postgresql_query:
|
community.postgresql.postgresql_query:
|
||||||
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