Merge "Shallow clone roles"

This commit is contained in:
Zuul 2017-10-17 16:24:16 +00:00 committed by Gerrit Code Review
commit 44f379d196
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
dest: "{{ item.path | default(role_path_default) }}/{{ item.name | default(item.src | basename) }}"
version: "{{ item.version | default('master') }}"
refspec: "{{ item.refspec | default(omit) }}"
depth: "{{ item.depth | default('10') }}"
update: true
force: true
when: