1705cbdd95
This bumps testing on fedora to 28, it also allows openstack-infra in the future to make changes to fedora much easier. Also, Dogtag now pulls in python3-requests, so no need to remove the pip installed python2-requests, which is needed by keystone-manage. Change-Id: I7635f039848f8c3ab052f339344bb1cb8ea4aecd Signed-off-by: Paul Belanger <pabelanger@redhat.com>
16 lines
407 B
YAML
16 lines
407 B
YAML
- hosts: all
|
|
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
|