ca684c775b
These use legacy-base, which sucks, but what sucks even more is that they are in openstack-zuul-jobs, which makes them extra awkward to try to adjust. Change-Id: I87b3d56de41f0ba5658c1240ddfc7ecf1c3c43af
8 lines
253 B
YAML
8 lines
253 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Copy puppet-apply test output to log server
|
|
synchronize:
|
|
src: "{{ zuul.projects['opendev.org/opendev/system-config'].src_dir }}/applytest/"
|
|
dest: '{{ zuul.executor.log_root }}/applytest/'
|
|
mode: pull
|