style 💎: Remove unnecessary blank line from fail2ban.yml
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 12s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 6s

This commit removes an unnecessary blank line from the `fail2ban.yml` file to clean up the code style and improve readability.
This commit is contained in:
2026-02-24 18:56:47 +01:00
parent 674f014be3
commit 8a3f359f46

View File

@@ -152,7 +152,7 @@
ansible.builtin.command: pve-firewall compile ansible.builtin.command: pve-firewall compile
register: fw_compile_check register: fw_compile_check
changed_when: false changed_when: false
# Then automatically whitelist it in Fail2Ban: # Then automatically whitelist it in Fail2Ban:
# ignoreip = 127.0.0.1/8 {{ corosync_ip.stdout }} # ignoreip = 127.0.0.1/8 {{ corosync_ip.stdout }}