Files
sushy/playbooks/legacy/sushy-tempest-dsvm-ironic-ipa-partition-redfish-src/post.yaml
Nisha Agarwal c98978311e Add Zuul v3 jobs in tree
This patch adds the zuulV3 jobs in tree in
sushy project.

Change-Id: I42b2b69dbd5bfccad5c53a936d9a5747910f9f07
2017-11-07 20:08:25 -08:00

16 lines
411 B
YAML

- hosts: primary
tasks:
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
synchronize:
src: '{{ ansible_user_dir }}/workspace/'
dest: '{{ zuul.executor.log_root }}'
mode: pull
copy_links: true
verify_host: true
rsync_opts:
- --include=/logs/**
- --include=*/
- --exclude=*
- --prune-empty-dirs