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
This commit is contained in:
Salt 2019-09-15 02:34:29 -05:00
parent e9906712c5
commit 9ee50492c2

View File

@ -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