This commit is contained in:
Ruben Blanco 2023-10-18 15:16:46 +02:00
parent f9642d158d
commit 88f3df0ca0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
apt:
name: fail2ban
state: present
when: "not packages.stdout.find('fail2ban')"
when: packages.stdout.find('fail2ban') == ""
# config fail2ban if is there is in the system
#- name: config fail2ban