Merge "Convert zuul_return into action plugin"
This commit is contained in:
@@ -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
|
||||
9
tests/fixtures/config/remote-action-modules/git/org_project/playbooks/zuul_return-good.yaml
vendored
Normal file
9
tests/fixtures/config/remote-action-modules/git/org_project/playbooks/zuul_return-good.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user