Merge "get-ansible-role-requiremnets: Use refspec to try Gerrit changes"

This commit is contained in:
Zuul 2018-06-13 16:07:21 +00:00 committed by Gerrit Code Review
commit 9db790cf52
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@
repo: "{{ item['src'] }}"
dest: "{{ lookup('env', 'ANSIBLE_ROLE_DEP_DIR') }}/{{ 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