mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
fix: Fixed typo in validation step for replication
This commit is contained in:
@ -36,7 +36,7 @@
|
|||||||
when: enable_postgres_replication
|
when: enable_postgres_replication
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
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"
|
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"
|
success_msg: "Required variable for postgres replication {{ postgress_replication_required_var }} isn't empty"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|||||||
Reference in New Issue
Block a user