- 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