refactor ♻️: Rename task 'Validate Proxmox firewall configuration' to 'fail2ban | Validate Proxmox firewall configuration'
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 13s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s

Refactored the task name to include 'fail2ban' for clarity and consistency with other similar tasks.
This commit is contained in:
2026-02-24 18:57:44 +01:00
parent 8a3f359f46
commit 4107a3a953

View File

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