From 2f4fd6d78fb0eeb49e645c810c5e0373d154f1e0 Mon Sep 17 00:00:00 2001 From: Ariel Antigua Date: Thu, 6 Sep 2018 12:15:25 -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 c8f6bfa..de4e415 100644 --- a/local.yaml +++ b/local.yaml @@ -4,7 +4,8 @@ tasks: - name: Installs fail2ban apt: pkg=fail2ban state=installed update_cache=true - - git: + - name: clone repo to target + git: repo: 'https://git.aanetworks.org/ariel/playbook-base.git' dest: /tmp/basefiles