From 46cac8fc90627480da3d91c00bb92051f04cf4fb Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 25 Feb 2026 17:39:13 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Fix=20typo=20in=20firewal?= =?UTF-8?q?l=20path=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected a typographical error in the firewall path variable to ensure proper configuration and functionality. --- tasks/fail2ban.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/fail2ban.yml b/tasks/fail2ban.yml index 8381c45..c5fa8b9 100644 --- a/tasks/fail2ban.yml +++ b/tasks/fail2ban.yml @@ -30,7 +30,7 @@ {{ '/etc/pve/firewall/cluster.fw' if pve_clustered - else '/etc/pve/firewall/' + pve_node.stdout + '.fw' + else '/etc/pve/firewall/' + pve_node + '.fw' }} #################################################