From 6292b5ec86b86873c6fe0ae99d7bb97ff542dfdb Mon Sep 17 00:00:00 2001 From: Albin Vass <albin.vass@gmail.com> Date: Wed, 13 May 2020 13:49:09 +0200 Subject: [PATCH] tarball-post.yaml: do not synchronize owner Change-Id: I6683d80ea11a177da891e3fc529a3125f713656b --- playbooks/python/tarball-post.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/python/tarball-post.yaml b/playbooks/python/tarball-post.yaml index 3e234f750..d195bd81b 100644 --- a/playbooks/python/tarball-post.yaml +++ b/playbooks/python/tarball-post.yaml @@ -24,6 +24,8 @@ mode: pull src: "{{ item.path }}" verify_host: true + owner: no + group: no with_items: "{{ result.files }}" - name: Return sdist artifacts to Zuul