diff --git a/roles/mirror-workspace-git-repos/tasks/main.yaml b/roles/mirror-workspace-git-repos/tasks/main.yaml index 35dae6606..f513e5965 100644 --- a/roles/mirror-workspace-git-repos/tasks/main.yaml +++ b/roles/mirror-workspace-git-repos/tasks/main.yaml @@ -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: