blob: 8fab42683797115e77e9cf880df014da0ce125a9 [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:
Adrià Vilanova Martínez16568b82021-07-21 23:05:25 +02004 path: "{{ zuul.project.src_dir }}/web-ext-lint.txt"
avm9996342426032021-02-17 15:18:51 +01005
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