avm99963 | 4242603 | 2021-02-17 15:18:51 +0100 | [diff] [blame] | 1 | - name: Is there a web-ext-lint.txt |
2 | register: stat_wel_txt | ||||
3 | stat: | ||||
4 | path: "{{ zuul.project.src_dir }}" | ||||
5 | |||||
6 | - name: Store on executor | ||||
7 | when: stat_wel_txt.stat.exists | ||||
8 | synchronize: | ||||
9 | mode: pull | ||||
10 | src: "{{ zuul.project.src_dir }}/web-ext-lint.txt" | ||||
11 | dest: "{{ zuul.executor.log_root }}/web-ext-lint.txt" | ||||
12 | verify_host: true | ||||
13 | owner: no | ||||
14 | group: no |