This commit is contained in:
Ruben Blanco 2023-10-18 14:54:54 +02:00
parent b23f0c01e0
commit d9fb75c1b8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
apt:
name: fail2ban
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
#- name: config fail2ban