From 70a8239d08124260271c37f886a043da3a5b60ef Mon Sep 17 00:00:00 2001 From: Albin Vass Date: Wed, 13 May 2020 13:37:10 +0200 Subject: [PATCH] fetch-sphinx-output: do not synchronize owner Change-Id: Ieb22cf12df974b6c29d8f0015680209afc5dfd7a --- roles/fetch-sphinx-output/tasks/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/fetch-sphinx-output/tasks/main.yaml b/roles/fetch-sphinx-output/tasks/main.yaml index 48a4a7b68..a900929e4 100644 --- a/roles/fetch-sphinx-output/tasks/main.yaml +++ b/roles/fetch-sphinx-output/tasks/main.yaml @@ -4,6 +4,8 @@ mode: pull src: "{{ sphinx_output_src }}" verify_host: true + owner: no + group: no when: not zuul_use_fetch_output - name: Copy sphinx build html