Commit f26e96a5 by Douglas Hall

Use escalated privileges when git cleaning after git clone.

parent 482a579f
......@@ -99,7 +99,7 @@
- name: Run git clean after checking out code
shell: cd {{ item.DESTINATION }} && git clean -xdf
become_user: "{{ repo_owner }}"
become: true
with_items: "{{ GIT_REPOS }}"
tags:
- install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment