update
This commit is contained in:
parent
b23f0c01e0
commit
d9fb75c1b8
|
@ -19,7 +19,7 @@
|
||||||
apt:
|
apt:
|
||||||
name: fail2ban
|
name: fail2ban
|
||||||
state: present
|
state: present
|
||||||
when: "{{ packages['fail2ban'] }} is not defined "
|
when: "'fail2ban' in ansible_facts.packages is not defined "
|
||||||
|
|
||||||
# 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