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