fail2ban: install filter before package

This commit is contained in:
Victor LABORIE 2017-10-25 12:11:46 +02:00
parent f1349816ce
commit 8f7004c977
1 changed files with 9 additions and 8 deletions

View File

@ -22,14 +22,6 @@
tags:
- fail2ban
- name: package is installed
apt:
name: fail2ban
state: present
tags:
- fail2ban
- packages
- name: custom filters are installed
copy:
src: "{{ item }}"
@ -43,3 +35,12 @@
notify: restart fail2ban
tags:
- fail2ban
- name: package is installed
apt:
name: fail2ban
state: present
tags:
- fail2ban
- packages