From ef223b0afb7458783d83b60f3acb8ee1e0be1c49 Mon Sep 17 00:00:00 2001 From: Caleb Boylan Date: Mon, 16 Mar 2020 11:12:57 -0700 Subject: [PATCH] Collection: Add test for workflow_template extra_vars --- .../integration/targets/tower_workflow_template/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/awx_collection/tests/integration/targets/tower_workflow_template/tasks/main.yml b/awx_collection/tests/integration/targets/tower_workflow_template/tasks/main.yml index 9dd36bc236..ba67528834 100644 --- a/awx_collection/tests/integration/targets/tower_workflow_template/tasks/main.yml +++ b/awx_collection/tests/integration/targets/tower_workflow_template/tasks/main.yml @@ -52,6 +52,7 @@ tower_workflow_template: name: my-workflow schema: [{"success": [{"job_template": "my-job-1"}], "job_template": "my-job-2"}] + extra_vars: {'foo': 'bar', 'another-foo': {'barz': 'bar2'}} register: result - assert: