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
|
- name: Install fail2ban on ubuntu >= 14.04 and debian >= 8
|
||||||
apt: pkg={{ item }} state=present
|
apt: pkg={{ f2b_packages }} state=present
|
||||||
with_items: '{{ f2b_packages }}'
|
|
||||||
tags: fail2ban
|
tags: fail2ban
|
||||||
|
|
||||||
- name: Ensure that fail2ban is enabled and running
|
- name: Ensure that fail2ban is enabled and running
|
||||||
|
|
Loading…
Reference in New Issue