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