From 734a9c031f1c4ad4d8e979ef6ac06ca777caf916 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 25 Feb 2026 17:52:11 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Fix=20indentation=20and?= =?UTF-8?q?=20variable=20registration=20in=20fail2ban.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactored the YAML file to improve readability and ensure proper variable registration. --- tasks/fail2ban.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/fail2ban.yml b/tasks/fail2ban.yml index c5fa8b9..a8ca79d 100644 --- a/tasks/fail2ban.yml +++ b/tasks/fail2ban.yml @@ -123,7 +123,7 @@ [IPSET {{ f2b_ipset_name }}] comment: Fail2Ban dynamic blacklist create: false - register: ipset_change + register: ipset_change notify: Reload pve firewall # noqa risky-file-permissions @@ -135,7 +135,7 @@ block: | IN DROP -source +{{ f2b_ipset_name }} create: false - register: rule_change + register: rule_change notify: Reload pve firewall # noqa risky-file-permissions