test update
This commit is contained in:
parent
4e2d238deb
commit
a7e36e3ec4
|
@ -22,7 +22,7 @@
|
|||
state: present
|
||||
# when: packages.stdout.find('fail2ban') == ""
|
||||
# when: "{{ packages['fail2ban'] | length }}"
|
||||
when: packages.stdout.find('fail2ban') is undefined
|
||||
when: packages.stdout.find('fail2ban') == -1
|
||||
|
||||
# config fail2ban if is there is in the system
|
||||
#- name: config fail2ban
|
||||
|
|
Loading…
Reference in New Issue