key prompting of all credentials off of ask_credential_on_launch

see: #6371
This commit is contained in:
Ryan Petrello
2017-06-12 12:26:58 -04:00
parent 0e0bdccefb
commit d4afa41acb
7 changed files with 22 additions and 40 deletions

View File

@@ -1251,8 +1251,7 @@ class JobTemplateAccess(BaseAccess):
'name', 'description', 'forks', 'limit', 'verbosity', 'extra_vars',
'job_tags', 'force_handlers', 'skip_tags', 'ask_variables_on_launch',
'ask_tags_on_launch', 'ask_job_type_on_launch', 'ask_skip_tags_on_launch',
'ask_inventory_on_launch', 'ask_credential_on_launch',
'ask_extra_credentials_on_launch', 'survey_enabled',
'ask_inventory_on_launch', 'ask_credential_on_launch', 'survey_enabled',
# These fields are ignored, but it is convenient for QA to allow clients to post them
'last_job_run', 'created', 'modified',