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:
David Moreau Simard 2017-11-30 10:29:34 -05:00
parent b1b2537de7
commit 5d751bab12
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
1 changed files with 1 additions and 2 deletions

View File

@ -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: