python-mistralclient/playbooks/legacy/python-mistralclient-devstack-dsvm/post.yaml
Brad P. Crochet 054467e87e Restore devstack job for python-mistralclient
This is the legacy job. Will rebase zuulv3 job on top of this.

This should also be backported.

Change-Id: Ie0dcc20386ee03febfaf4bfad5de7e67225a54d4
2018-01-25 15:56:09 -05: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