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>
This commit is contained in:
Paul Belanger 2017-08-24 14:14:23 -04:00
parent cde5075349
commit a04dc2a4d3
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -2,4 +2,7 @@
roles:
- fetch-tox-output
- fetch-python-sdist-output
- hosts: localhost
roles:
- sign-artifacts