a04dc2a4d3
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>
9 lines
127 B
YAML
9 lines
127 B
YAML
- hosts: all
|
|
roles:
|
|
- fetch-tox-output
|
|
- fetch-python-sdist-output
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- sign-artifacts
|