a3139c4bb5
This is the result of having run the zuul migration tool. Depends-On: I72687a56285a3d733a9adeaf3dc037a1ac95efd3 Change-Id: Ib511da75908e152e72fdf0d7b496f4fa98f9c223 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
16 lines
395 B
YAML
16 lines
395 B
YAML
- hosts: all
|
|
tasks:
|
|
|
|
- name: Copy files from {{ ansible_user_dir }}/ on node
|
|
synchronize:
|
|
src: '{{ ansible_user_dir }}/'
|
|
dest: '{{ zuul.executor.log_root }}'
|
|
mode: pull
|
|
copy_links: true
|
|
verify_host: true
|
|
rsync_opts:
|
|
- --include=/openstack/*.log
|
|
- --include=*/
|
|
- --exclude=*
|
|
- --prune-empty-dirs
|