test update

This commit is contained in:
Ruben Blanco 2023-10-18 15:52:28 +02:00
parent 4e2d238deb
commit a7e36e3ec4
1 changed files with 1 additions and 1 deletions

View File

@ -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