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

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