diff --git a/roles/fetch-markdownlint/tasks/main.yaml b/roles/fetch-markdownlint/tasks/main.yaml index 5ad52b1e9..df327337e 100644 --- a/roles/fetch-markdownlint/tasks/main.yaml +++ b/roles/fetch-markdownlint/tasks/main.yaml @@ -10,3 +10,5 @@ src: "{{ zuul_work_dir }}/markdownlint.txt" dest: "{{ zuul.executor.log_root }}/markdownlint.txt" verify_host: true + owner: no + group: no