mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Add inventory param to the wfjt module test playbook
This commit is contained in:
@@ -82,6 +82,7 @@
|
|||||||
- name: Create a workflow job template
|
- name: Create a workflow job template
|
||||||
tower_workflow_job_template:
|
tower_workflow_job_template:
|
||||||
name: "{{ wfjt_name }}"
|
name: "{{ wfjt_name }}"
|
||||||
|
inventory: Demo Inventory
|
||||||
extra_vars: {'foo': 'bar', 'another-foo': {'barz': 'bar2'}}
|
extra_vars: {'foo': 'bar', 'another-foo': {'barz': 'bar2'}}
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user