From 5e8657ac3b03cd05d141ee716847226e8294e3cc Mon Sep 17 00:00:00 2001 From: Oleksandr Stepanov Date: Wed, 20 Nov 2024 17:00:14 +0100 Subject: [PATCH] fixed lint --- tasks/replication.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/replication.yml b/tasks/replication.yml index ab78240..f92636f 100644 --- a/tasks/replication.yml +++ b/tasks/replication.yml @@ -25,7 +25,7 @@ login_password: "{{ database_password }}" slot_name: replica -- name: Reload postgres select query to acme db +- name: Reload postgres configuration community.postgresql.postgresql_query: login_host: "{{ postgres_replication_bind_address }}" login_user: "{{ database_username }}"