mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03: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
|
||||
tower_workflow_job_template:
|
||||
name: "{{ wfjt_name }}"
|
||||
inventory: Demo Inventory
|
||||
extra_vars: {'foo': 'bar', 'another-foo': {'barz': 'bar2'}}
|
||||
register: result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user