From 0d1717f38abd56f2481d6193d26e9bc203f60964 Mon Sep 17 00:00:00 2001 From: Oleksandr Stepanov Date: Wed, 20 Nov 2024 10:35:18 +0100 Subject: [PATCH] fix: Fixed typo in validation step for replication --- tasks/provision.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/provision.yml b/tasks/provision.yml index ee526a0..53bc3db 100644 --- a/tasks/provision.yml +++ b/tasks/provision.yml @@ -36,7 +36,7 @@ when: enable_postgres_replication ansible.builtin.assert: that: - - required_var != "" + - postgress_replication_required_var != "" fail_msg: "{{ postgress_replication_required_var }} needs to be set for the role for postgres replication to work" success_msg: "Required variable for postgres replication {{ postgress_replication_required_var }} isn't empty" loop_control: