From d9e25949c4628547a4705dac71d9507161c8eb17 Mon Sep 17 00:00:00 2001 From: Albin Vass Date: Wed, 13 May 2020 13:39:30 +0200 Subject: [PATCH] fetch-translation-output: do not synchronize owner Change-Id: I35268069f9db9b7e68d082f56c252d1f12becb55 --- roles/fetch-translation-output/tasks/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/fetch-translation-output/tasks/main.yaml b/roles/fetch-translation-output/tasks/main.yaml index d62e7d708..db065f4cc 100644 --- a/roles/fetch-translation-output/tasks/main.yaml +++ b/roles/fetch-translation-output/tasks/main.yaml @@ -9,4 +9,6 @@ mode: pull src: "{{ translation_output_src }}" verify_host: true + owner: no + group: no when: translation_files.stat.exists