- name: Is there a web-ext-lint.txt | |
register: stat_wel_txt | |
stat: | |
path: "{{ zuul.project.src_dir }}/web-ext-lint.txt" | |
- 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 |