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>
This commit is contained in:
Paul Belanger
2018-08-11 15:29:11 -04:00
parent 68df0f07f1
commit dc3ba9e440
5 changed files with 51 additions and 19 deletions

View File

@@ -0,0 +1,6 @@
---
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.