zaqar/playbooks/legacy/grenade-devstack-zaqar-base/post.yaml
Nam Nguyen Hoai 1f9d6aac6f Migrate to Zuul v3
This link for more detail.
https://docs.openstack.org/infra/manual/zuulv3.html

Co-Authored-By: Dai Dang Van <daidv@vn.fujitsu.com>
Change-Id: I8b55a12e69e92602a61922f00ccf6e299b667c45
2017-11-01 14:40:33 +07: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