From f3df32e2c273dd776b97beb6e4d44610c3088e4e Mon Sep 17 00:00:00 2001 From: "pulsar89.5" Date: Tue, 7 May 2024 00:47:00 +0200 Subject: [PATCH] fix: Add a dependency to nftables --- meta/main.yml | 1 + templates/notify.bash.j2 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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")