This commit is contained in:
Ruben Blanco 2023-10-18 15:26:37 +02:00
parent d4b51007f7
commit 7100577c07
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
state: present
# when: packages.stdout.find('fail2ban') == ""
# when: "{{ packages['fail2ban'] | length }}"
when: "'fail2ban' not defined packages.stdout"
when: "'fail2ban' not defined in packages.stdout"
# config fail2ban if is there is in the system
#- name: config fail2ban