refactor ♻️: Refactor task names and improve formatting in fail2ban.yml #50

Merged
Jose merged 2 commits from dev into main 2026-03-01 13:00:45 +01:00
Showing only changes of commit d2761bd840 - Show all commits

View File

@@ -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 }}