From 6c933e51598cc0ce980ee13b82e2a0dc0f17b0ba Mon Sep 17 00:00:00 2001 From: Ariel Antigua Date: Thu, 6 Sep 2018 14:21:54 -0400 Subject: [PATCH] Update 'local.yaml' --- local.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.yaml b/local.yaml index 5ddb1c3..87b34f4 100644 --- a/local.yaml +++ b/local.yaml @@ -1,6 +1,6 @@ --- - hosts: all -- become: true + become: true tasks: - name: Installs fail2ban apt: pkg=fail2ban state=installed update_cache=true