Add inventory param to the wfjt module test playbook

This commit is contained in:
beeankha 2020-04-06 15:21:57 -04:00
parent bd39fab17a
commit e346493921

View File

@ -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