project-config/playbooks/python-tarball/post.yaml
Paul Belanger a04dc2a4d3
Run sign-artifacts role on executor
I incorrectly assumed we delegated_to: localhost inside the role.  So
limit this to localhost to ensure it is run on the executor.

Change-Id: I39904d39131a576d679d0daa4dfd82ee485d0367
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-08-24 14:14:23 -04:00

9 lines
127 B
YAML

- hosts: all
roles:
- fetch-tox-output
- fetch-python-sdist-output
- hosts: localhost
roles:
- sign-artifacts