blob: 9500f96d849f13e74df4b771fb4cdedc82608410 [file] [log] [blame]
- name: Is there a cws-log.txt
register: stat_log
stat:
path: "{{ workingDirectory }}/cws-log.txt"
- name: Store on executor
when: stat_log.stat.exists
synchronize:
mode: pull
src: "{{ workingDirectory }}/cws-log.txt"
dest: "{{ zuul.executor.log_root }}/cws-log.txt"
verify_host: true
owner: no
group: no