
Copy files from the proper workdir where they reside. Change-Id: Ic925ff6cfa406897af512526eb1067c2b74ab8ae
11 lines
301 B
YAML
11 lines
301 B
YAML
- hosts: primary
|
|
tasks:
|
|
|
|
- name: Copy files from releasenotes/build/html/ on node
|
|
synchronize:
|
|
src: '{{ ansible_user_dir }}/workspace/releasenotes/build/html/'
|
|
dest: '{{ zuul.executor.log_root }}/html/'
|
|
mode: pull
|
|
copy_links: true
|
|
verify_host: true
|