diff --git a/playbooks/zuul/run-production-playbook.yaml b/playbooks/zuul/run-production-playbook.yaml index b9d80c4a03..3dd2f45780 100644 --- a/playbooks/zuul/run-production-playbook.yaml +++ b/playbooks/zuul/run-production-playbook.yaml @@ -15,8 +15,13 @@ - hosts: bridge.openstack.org tasks: - - include_role: - name: mirror-workspace-git-repos + - name: Synchronize src repos to workspace directory. + synchronize: + delete: false + dest: . + recursive: true + src: "{{ zuul.executor.src_root }}" + no_log: true - name: Run the production playbook and capture logs block: