From a914ca7a8bbd9e8e601e62a1635aa0939d1160c9 Mon Sep 17 00:00:00 2001 From: Albin Vass Date: Wed, 13 May 2020 13:41:29 +0200 Subject: [PATCH] fetch-subunit-output: do not synchronize owner Change-Id: I8456324fea0f064255cd8aae68035e8ee12f60e0 --- roles/fetch-subunit-output/tasks/process.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/fetch-subunit-output/tasks/process.yaml b/roles/fetch-subunit-output/tasks/process.yaml index 5858f3776..5591bd061 100644 --- a/roles/fetch-subunit-output/tasks/process.yaml +++ b/roles/fetch-subunit-output/tasks/process.yaml @@ -22,6 +22,8 @@ mode: pull src: "{{ zj_subunit_file.path }}" verify_host: true + owner: no + group: no with_items: "{{ subunit_files.files }}" loop_control: loop_var: zj_subunit_file