zuul-jobs/roles/stage-output
Jens Harbott 3d86c71723 Fix with_* loop for ansible 2.9
Ansible changed handling loop variables in 2.9 [0]. Use explicit
loop statements instead of with_*.

[0] https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html#migrating-to-loop

Change-Id: Ic063adbb672c3ff6bb4cca346d689630a7a37f34
2020-06-18 15:33:12 +02:00
..
defaults Stop compressing files during intermediate steps part 2 2020-01-08 09:24:45 -08:00
tasks Fix with_* loop for ansible 2.9 2020-06-18 15:33:12 +02:00
README.rst Stop compressing files during intermediate steps part 2 2020-01-08 09:24:45 -08:00

Stage job output on the remote node

Takes as input a dictionary of files/folders named 'zuul_copy_output'. Copies contents into {{ zuul_output_dir }} on the remote node and is intended to be used before output fetching in a base job's post-playbook.

Role Variables