style 💎: Remove trailing whitespace from f2b_unban_ip comment
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 18s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s

Cleaned up the code by removing unnecessary trailing whitespace from a comment in the defaults/main.yml file.
This commit is contained in:
2026-02-23 19:37:50 +01:00
parent d3527c14e4
commit 8d40abc15b
2 changed files with 2 additions and 2 deletions

View File

@@ -59,4 +59,4 @@ f2b_ipset_name: f2b-blacklist
f2b_bantime_increment: true
f2b_bantime_factor: 2
f2b_bantime_max: 86400
f2b_unban_ip: "" # ansible-playbook play.yml -e f2b_unban_ip=192.168.1.55
f2b_unban_ip: "" # ansible-playbook play.yml -e f2b_unban_ip=192.168.1.55

View File

@@ -288,4 +288,4 @@
- name: fail2ban | Report unban result
ansible.builtin.debug:
msg: "Unbanned IP {{ f2b_unban_ip }}"
when: f2b_unban_ip | length > 0
when: f2b_unban_ip | length > 0