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