Merge "Convert zuul_return into action plugin"

This commit is contained in:
Zuul
2019-01-18 20:37:10 +00:00
committed by Gerrit Code Review
5 changed files with 51 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
- hosts: all
tasks:
- zuul_return:
data:
zuul:
log_url: http://example.com/test/log/url/
child:
value1: data-return
value2: data-return
delegate_to: localhost

View File

@@ -0,0 +1,9 @@
- hosts: all
tasks:
- zuul_return:
data:
zuul:
log_url: http://example.com/test/log/url/
child:
value1: data-return
value2: data-return