Commit 907723d5 by Douglas Hall

Run git clean after cloning repositories.

This cleans out any old artifacts like .pyc files.
parent c62e8911
......@@ -96,3 +96,11 @@
tags:
- install
- install:code
- name: Run git clean after checking out code
shell: cd {{ item.DESTINATION }} && git clean -xdf
become_user: "{{ repo_owner }}"
with_items: "{{ GIT_REPOS }}"
tags:
- install
- install:code
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