bifrost/playbooks/legacy/bifrost-integration-dhcp-opensuse-423/post.yaml
Julia Kreger a81172aa55 Move legacy bifrost jobs in-tree
Moving the legacy CI jobs into the bifrost repository so we may have
direct control over the jobs in the repository.

Change-Id: Ic51078addb9282f777689fd769fa3507a29f2990
2017-10-27 15:19:30 +00: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