
Today we expect zuul_return to be run on localhost (zuul-executor). With that in mind, convert to an action plugin so it only runs on a zuul-executor. Change-Id: I236360563c812ee628f78ac062e9ae6cc183aee4 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
7 lines
238 B
YAML
7 lines
238 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The zuul_return module has been converted to an Ansible action plugin.
|
|
Job playbooks no longer need to use delegate_to or a localhost only play
|
|
with this module as action plugin by default run on localhost.
|