From e34649392101025a5bfb03a5183f8ddf43fb1af1 Mon Sep 17 00:00:00 2001 From: beeankha Date: Mon, 6 Apr 2020 15:21:57 -0400 Subject: [PATCH] Add inventory param to the wfjt module test playbook --- .../targets/tower_workflow_job_template/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/awx_collection/tests/integration/targets/tower_workflow_job_template/tasks/main.yml b/awx_collection/tests/integration/targets/tower_workflow_job_template/tasks/main.yml index 6ac1a84e51..8a7a180ff9 100644 --- a/awx_collection/tests/integration/targets/tower_workflow_job_template/tasks/main.yml +++ b/awx_collection/tests/integration/targets/tower_workflow_job_template/tasks/main.yml @@ -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