mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
Add inventory param to the wfjt module test playbook
This commit is contained in:
parent
bd39fab17a
commit
e346493921
@ -82,6 +82,7 @@
|
||||
- name: Create a workflow job template
|
||||
tower_workflow_job_template:
|
||||
name: "{{ wfjt_name }}"
|
||||
inventory: Demo Inventory
|
||||
extra_vars: {'foo': 'bar', 'another-foo': {'barz': 'bar2'}}
|
||||
register: result
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user