From ded4fb8270c3a78d473698c69b270a8a23a69130 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 2 Mar 2026 19:02:18 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20file=20path=20?= =?UTF-8?q?for=20non-clustered=20environments=20in=20fail2ban.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the file path configuration for non-clustered environments in the `fail2ban.yml` file. This ensures that the correct paths are used when running fail2ban outside of a clustered environment. --- tasks/fail2ban.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/fail2ban.yml b/tasks/fail2ban.yml index b6c8a20..9f4cd45 100644 --- a/tasks/fail2ban.yml +++ b/tasks/fail2ban.yml @@ -152,7 +152,7 @@ {{ '/etc/pve/firewall/cluster.fw' if clustered.stat.exists - else '/etc/pve/nodes/' + pve_node + '.fw' + else '/etc/pve/nodes/' + pve_node + '/host.fw' }} when: pve_installed.stat.exists | default(false)