From b672d803f06e5aeaefdf9b5648bd63d94bb13d8f Mon Sep 17 00:00:00 2001 From: Oleksandr Stepanov Date: Wed, 20 Nov 2024 17:01:52 +0100 Subject: [PATCH] fixed lint --- tasks/replication.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/replication.yml b/tasks/replication.yml index f92636f..8e15df6 100644 --- a/tasks/replication.yml +++ b/tasks/replication.yml @@ -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 }}"