From 8a3f359f466ddb16096018a4427bacef730cc8bc Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 24 Feb 2026 18:56:47 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Remove=20unnecessary=20?= =?UTF-8?q?blank=20line=20from=20fail2ban.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes an unnecessary blank line from the `fail2ban.yml` file to clean up the code style and improve readability. --- tasks/fail2ban.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/fail2ban.yml b/tasks/fail2ban.yml index f914566..58c7111 100644 --- a/tasks/fail2ban.yml +++ b/tasks/fail2ban.yml @@ -152,7 +152,7 @@ ansible.builtin.command: pve-firewall compile register: fw_compile_check changed_when: false - + # Then automatically whitelist it in Fail2Ban: # ignoreip = 127.0.0.1/8 {{ corosync_ip.stdout }}