Fix the packages installation task.

This commit is contained in:
Andrea Dell'Amico 2019-03-22 17:27:53 +01:00
parent 105fc0bcfc
commit 66bb6e3db4
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
---
- name: Install fail2ban on ubuntu >= 14.04 and debian >= 8
apt: pkg={{ item }} state=present
with_items: '{{ f2b_packages }}'
apt: pkg={{ f2b_packages }} state=present
tags: fail2ban
- name: Ensure that fail2ban is enabled and running