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:
parent
cde5075349
commit
a04dc2a4d3
@ -2,4 +2,7 @@
|
||||
roles:
|
||||
- fetch-tox-output
|
||||
- fetch-python-sdist-output
|
||||
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- sign-artifacts
|
||||
|
Loading…
x
Reference in New Issue
Block a user