From 9ee50492c2df179a9c634912e6d53ada44c6d7f4 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 15 Sep 2019 02:34:29 -0500 Subject: [PATCH] Force ansible repo clone Changes on this host don't matter; it's not supposed to have commit rights so local changes are invalid anyway --- roles/ansiblehost/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ansiblehost/tasks/main.yml b/roles/ansiblehost/tasks/main.yml index 06f52ec..b81f0a3 100644 --- a/roles/ansiblehost/tasks/main.yml +++ b/roles/ansiblehost/tasks/main.yml @@ -47,6 +47,7 @@ become_user: salt - name: Clone Ansible repository git: + force: true repo: https://gitlab.com/rehashedsalt/ansible dest: ~/Projects/ansible become: true