add field to JT for asking to skip tags

This commit is contained in:
AlanCoding
2016-07-26 09:44:00 -04:00
parent fc253e2d71
commit 0271aa611c
7 changed files with 52 additions and 16 deletions

View File

@@ -103,9 +103,10 @@ def test_edit_nonsenstive(patch, job_template_factory, alice):
'extra_vars': '--',
'job_tags': 'sometags',
'force_handlers': True,
'skip_tags': True,
'skip_tags': 'thistag,thattag',
'ask_variables_on_launch':True,
'ask_tags_on_launch':True,
'ask_skip_tags_on_launch':True,
'ask_job_type_on_launch':True,
'ask_inventory_on_launch':True,
'ask_credential_on_launch': True,