mirror-workspace-git-repos: Pass a dict, not a list containing a dict
This was a regression introduced in the commit
b1b2537de7
Change-Id: Ib5ed93491631f22472a3eb4913d29d20a78592cd
This commit is contained in:
parent
b1b2537de7
commit
5d751bab12
@ -46,8 +46,7 @@
|
||||
git checkout {{ project_heads[item.key] }}
|
||||
args:
|
||||
chdir: "{{ ansible_user_dir }}/{{ item.value.src_dir }}"
|
||||
with_dict:
|
||||
- "{{ zuul._projects }}"
|
||||
with_dict: "{{ zuul._projects }}"
|
||||
# ANSIBLE0006: Skip linting since it triggers on the "git" command,
|
||||
# but we prefer the shell above
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user