update
This commit is contained in:
parent
d9fb75c1b8
commit
f9642d158d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue