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