From b339f0ac67c2f30a2d3ee6909441488b2479703d Mon Sep 17 00:00:00 2001 From: Ariel Antigua Date: Thu, 6 Sep 2018 15:13:04 -0400 Subject: [PATCH] Update 'local.yaml' --- local.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local.yaml b/local.yaml index 7e8513f..97cbd2e 100644 --- a/local.yaml +++ b/local.yaml @@ -1,7 +1,8 @@ --- - name: Base config hosts: all - + become: true + become_method: sudo tasks: - name: Installs fail2ban apt: pkg=fail2ban state=installed update_cache=true