zuul-jobs/roles/fetch-translation-output/tasks/main.yaml

7 lines
170 B
YAML

- name: Collect translation source files
synchronize:
dest: "{{ zuul_executor_dest }}"
mode: pull
src: "{{ translation_output_src }}"
verify_host: true