zuul/releasenotes/notes/zuul-return-action-plugin-152443e9183852a9.yaml
Paul Belanger dc3ba9e440 Convert zuul_return into action plugin
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>
2019-01-14 14:10:44 -05:00

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.