From 1430cfedd7d9860b541a476b38fbbc785c94fedd Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 27 Aug 2018 17:17:32 -0400 Subject: [PATCH] sign artifacts built with the python3 publishing job Change-Id: Ibf74d899a07a718e3cb9c5279eedeb20a3229459 Signed-off-by: Doug Hellmann --- playbooks/pti-python-tarball/post.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/pti-python-tarball/post.yaml b/playbooks/pti-python-tarball/post.yaml index 5251ce7b8f..961206a236 100644 --- a/playbooks/pti-python-tarball/post.yaml +++ b/playbooks/pti-python-tarball/post.yaml @@ -28,3 +28,7 @@ src: "{{ item.path }}" verify_host: true with_items: "{{ result.files }}" + +- hosts: localhost + roles: + - sign-artifacts