mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Collection: Add test for workflow_template extra_vars
This commit is contained in:
parent
e9e8283f16
commit
ef223b0afb
@ -52,6 +52,7 @@
|
||||
tower_workflow_template:
|
||||
name: my-workflow
|
||||
schema: [{"success": [{"job_template": "my-job-1"}], "job_template": "my-job-2"}]
|
||||
extra_vars: {'foo': 'bar', 'another-foo': {'barz': 'bar2'}}
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user