mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Add tags prompt to integration test
This commit is contained in:
parent
beaf6b6058
commit
51f8e362dc
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user