forked from ISTI-ansible-roles/ansible-roles
Fix the packages installation task.
This commit is contained in:
parent
105fc0bcfc
commit
66bb6e3db4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue