Commit 0653bf0a by Kevin Falcone

This will dump all contents of GIT_REPOS

OPS-3112
parent 7a57cc4f
......@@ -101,6 +101,7 @@
shell: cd {{ item.DESTINATION }} && git clean -xdf
become: true
with_items: "{{ GIT_REPOS }}"
no_log: "{{ GIT_CLONE_NO_LOGGING }}"
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