From 4107a3a953da70de1c17e80449064ca102500a8a Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 24 Feb 2026 18:57:44 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Rename=20task?= =?UTF-8?q?=20'Validate=20Proxmox=20firewall=20configuration'=20to=20'fail?= =?UTF-8?q?2ban=20|=20Validate=20Proxmox=20firewall=20configuration'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactored the task name to include 'fail2ban' for clarity and consistency with other similar tasks. --- tasks/fail2ban.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/fail2ban.yml b/tasks/fail2ban.yml index 58c7111..e0ce04e 100644 --- a/tasks/fail2ban.yml +++ b/tasks/fail2ban.yml @@ -148,7 +148,7 @@ changed_when: false when: cluster_status.stat.exists -- name: Validate Proxmox firewall configuration +- name: fail2ban | Validate Proxmox firewall configuration ansible.builtin.command: pve-firewall compile register: fw_compile_check changed_when: false