blob: 8a81b51d8fd959f5688892e423620f247962eb91 [file] [log] [blame]
- name: Is there a web-ext-lint.txt
register: stat_wel_txt
stat:
path: "{{ zuul.project.src_dir }}"
- name: Store on executor
when: stat_wel_txt.stat.exists
synchronize:
mode: pull
src: "{{ zuul.project.src_dir }}/web-ext-lint.txt"
dest: "{{ zuul.executor.log_root }}/web-ext-lint.txt"
verify_host: true
owner: no
group: no