From 51f8e362dc8e21febebe5a1dd4144dbd91be44c1 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Wed, 14 Dec 2022 09:10:15 -0500 Subject: [PATCH] Add tags prompt to integration test --- .../integration/targets/workflow_job_template/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awx_collection/tests/integration/targets/workflow_job_template/tasks/main.yml b/awx_collection/tests/integration/targets/workflow_job_template/tasks/main.yml index 27de3947d7..1477193e6c 100644 --- a/awx_collection/tests/integration/targets/workflow_job_template/tasks/main.yml +++ b/awx_collection/tests/integration/targets/workflow_job_template/tasks/main.yml @@ -245,6 +245,7 @@ ask_inventory_on_launch: true ask_scm_branch_on_launch: true ask_limit_on_launch: true + ask_tags_on_launch: true ask_variables_on_launch: true register: result @@ -263,6 +264,7 @@ ask_inventory_on_launch: true ask_scm_branch_on_launch: true ask_limit_on_launch: true + ask_tags_on_launch: true ask_variables_on_launch: true register: bad_label_results ignore_errors: true @@ -278,6 +280,7 @@ ask_inventory_on_launch: false ask_scm_branch_on_launch: false ask_limit_on_launch: false + ask_tags_on_launch: false ask_variables_on_launch: false state: present