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:
parent
e9906712c5
commit
9ee50492c2
@ -47,6 +47,7 @@
|
|||||||
become_user: salt
|
become_user: salt
|
||||||
- name: Clone Ansible repository
|
- name: Clone Ansible repository
|
||||||
git:
|
git:
|
||||||
|
force: true
|
||||||
repo: https://gitlab.com/rehashedsalt/ansible
|
repo: https://gitlab.com/rehashedsalt/ansible
|
||||||
dest: ~/Projects/ansible
|
dest: ~/Projects/ansible
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
Reference in New Issue
Block a user