fixed lint

This commit is contained in:
Oleksandr Stepanov
2024-11-20 17:01:52 +01:00
parent 5e8657ac3b
commit b672d803f0

View File

@ -18,7 +18,6 @@
priv: "REPLICATION"
- name: Create replication slot if doesn't exist
become_user: postgres
community.postgresql.postgresql_slot:
login_host: "{{ postgres_replication_bind_address }}"
login_user: "{{ database_username }}"