From edb2e22199baf3d476958f6c0d156658da8161dd Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 28 Feb 2024 15:39:59 +0100 Subject: [PATCH] Fix a conditional. --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 07eecbe..64f9af4 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -29,4 +29,4 @@ service: name=fail2ban state=restarted when: - fail2ban_enabled is defined and fail2ban_enabled - - centos_install_epel + - centos_install_epel is defined and centos_install_epel