From cb4cb59f32e899df8140ef7c87878c772c889c9f Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 20 Feb 2020 03:50:19 -0600 Subject: [PATCH] Remove force from ansiblehost cloning Really not required --- roles/ansiblehost/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/ansiblehost/tasks/main.yml b/roles/ansiblehost/tasks/main.yml index 49d4bc9..b14fefc 100644 --- a/roles/ansiblehost/tasks/main.yml +++ b/roles/ansiblehost/tasks/main.yml @@ -46,7 +46,6 @@ mode: "0600" - name: Create system copy of Ansible repo git: - force: true repo: https://gitlab.com/rehashedsalt/ansible dest: /opt/ansible-repo - name: Set up pull and run cronjob