From d2761bd840c7843042c783c6380e8d98a1e58afe Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 1 Mar 2026 12:59:08 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Refactor=20tas?= =?UTF-8?q?k=20names=20and=20improve=20formatting=20in=20`fail2ban.yml`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit refactors the task names for better readability and consistency. Additionally, it improves the formatting of the YAML file to enhance maintainability. --- tasks/fail2ban.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tasks/fail2ban.yml b/tasks/fail2ban.yml index 4a39926..153efa9 100644 --- a/tasks/fail2ban.yml +++ b/tasks/fail2ban.yml @@ -156,11 +156,10 @@ }} when: pve_installed.stat.exists | default(false) -- name: fail2ban | show firewall config path +- name: fail2ban | Show firewall config path ansible.builtin.debug: msg: > - WARNING: Proxmox firewall config path is: - {{ pve_firewall_config}} + WARNING: Proxmox firewall config path is: {{ pve_firewall_config}} when: pve_firewall_config is defined ################################################# @@ -179,7 +178,7 @@ register: fw_content when: fw_stat.stat.exists | default(false) -- name: fail2ban | debug config contents +- name: fail2ban | Debug config contents ansible.builtin.debug: msg: > {{ fw_content }}