From de0ad1e5d0ba99dada6d5b540d0dbb59bd55fd29 Mon Sep 17 00:00:00 2001 From: Ariel Antigua Date: Thu, 6 Sep 2018 14:34:06 -0400 Subject: [PATCH] Update 'local.yaml' --- local.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/local.yaml b/local.yaml index a0490cc..f561a9e 100644 --- a/local.yaml +++ b/local.yaml @@ -1,6 +1,7 @@ --- -- become: true -- hosts: all +- name: Base config + hosts: all + become: true tasks: - name: Installs fail2ban apt: pkg=fail2ban state=installed update_cache=true