Files
octavia/playbooks/legacy/octavia-v1-dsvm-py3x-scenario/post.yaml
Michael Johnson 921a93fade Setup Octavia stable/pike for zuul v3
Initial patch to setup Octavia stable/pike branch for zuul v3 jobs.

Change-Id: If0ce494a4f15a96489444f965d3620bcfa4cf8d2
2017-11-06 16:37:23 -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