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

View File

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