Update 'local.yaml'

master
Ariel Antigua 2018-09-06 14:26:41 -04:00
parent 6c933e5159
commit 0cb4efd70e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
- become: true
- hosts: all
become: true
tasks:
- name: Installs fail2ban
apt: pkg=fail2ban state=installed update_cache=true