From 28b4fb43ef808b4da08e5527310ce84aa444fd64 Mon Sep 17 00:00:00 2001 From: Albin Vass Date: Wed, 13 May 2020 13:38:16 +0200 Subject: [PATCH] fetch-sphinx-tarball: do not synchronize owner Change-Id: I0784cb37f29aa66149df470482cc75dcd028474c --- roles/fetch-sphinx-tarball/tasks/html.yaml | 2 ++ roles/fetch-sphinx-tarball/tasks/pdf.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/roles/fetch-sphinx-tarball/tasks/html.yaml b/roles/fetch-sphinx-tarball/tasks/html.yaml index e15609b0e..8d4af7e54 100644 --- a/roles/fetch-sphinx-tarball/tasks/html.yaml +++ b/roles/fetch-sphinx-tarball/tasks/html.yaml @@ -16,6 +16,8 @@ mode: pull src: "{{ html_archive.path }}" verify_host: true + owner: no + group: no - name: Create browseable HTML directory delegate_to: localhost diff --git a/roles/fetch-sphinx-tarball/tasks/pdf.yaml b/roles/fetch-sphinx-tarball/tasks/pdf.yaml index 086655f41..fb0f343a7 100644 --- a/roles/fetch-sphinx-tarball/tasks/pdf.yaml +++ b/roles/fetch-sphinx-tarball/tasks/pdf.yaml @@ -44,6 +44,8 @@ mode: pull src: "{{ zj_pdf.stat.path }}" verify_host: true + owner: no + group: no with_items: "{{ pdf_file_stat.results }}" loop_control: loop_var: zj_pdf