style 💎: Remove trailing whitespace from f2b_unban_ip comment
Cleaned up the code by removing unnecessary trailing whitespace from a comment in the defaults/main.yml file.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user