diff --git a/meta/main.yml b/meta/main.yml index a283291..929ee49 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -13,6 +13,7 @@ galaxy_info: - all dependencies: + - role: nftables - role: users vars: users_role_keepalived: diff --git a/templates/notify.bash.j2 b/templates/notify.bash.j2 index 1498782..ac42f2f 100644 --- a/templates/notify.bash.j2 +++ b/templates/notify.bash.j2 @@ -9,7 +9,7 @@ STATE=$3 {{ keepalived_notify_pre }} {% endif %} -# Use keepalived state +# Use keepalived state case $STATE in {% if keepalived_notify_is_master | length > 0 %} "MASTER")