Andreas Jaeger d7b5717470 Fix src location
Copy files from the proper workdir where they reside.

Change-Id: Ic925ff6cfa406897af512526eb1067c2b74ab8ae
2017-09-30 17:51:10 +02:00

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