update
This commit is contained in:
parent
f9642d158d
commit
88f3df0ca0
|
@ -19,7 +19,7 @@
|
||||||
apt:
|
apt:
|
||||||
name: fail2ban
|
name: fail2ban
|
||||||
state: present
|
state: present
|
||||||
when: "not packages.stdout.find('fail2ban')"
|
when: packages.stdout.find('fail2ban') == ""
|
||||||
|
|
||||||
# config fail2ban if is there is in the system
|
# config fail2ban if is there is in the system
|
||||||
#- name: config fail2ban
|
#- name: config fail2ban
|
||||||
|
|
Loading…
Reference in New Issue