blob: 8a81b51d8fd959f5688892e423620f247962eb91 [file] [log] [blame]
avm9996342426032021-02-17 15:18:51 +01001- 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