mirror of
https://github.com/ansible/awx.git
synced 2026-04-08 03:29:21 -02:30
Add awxkit optional fields for new prompts
Added additional fields for the awskit to support prompts: * ee * labels * forks * timeout * ig * job_slices
This commit is contained in:
committed by
Alan Rominger
parent
d5d24e421b
commit
2e217ed466
@@ -54,6 +54,12 @@ class JobTemplate(HasCopy, HasCreate, HasInstanceGroups, HasNotifications, HasSu
|
|||||||
'ask_tags_on_launch',
|
'ask_tags_on_launch',
|
||||||
'ask_variables_on_launch',
|
'ask_variables_on_launch',
|
||||||
'ask_verbosity_on_launch',
|
'ask_verbosity_on_launch',
|
||||||
|
'ask_execution_environment_on_launch',
|
||||||
|
'ask_labels_on_launch',
|
||||||
|
'ask_forks_on_launch',
|
||||||
|
'ask_job_slice_count_on_launch',
|
||||||
|
'ask_timeout_on_launch',
|
||||||
|
'ask_instance_groups_on_launch',
|
||||||
'allow_simultaneous',
|
'allow_simultaneous',
|
||||||
'become_enabled',
|
'become_enabled',
|
||||||
'diff_mode',
|
'diff_mode',
|
||||||
|
|||||||
@@ -42,6 +42,9 @@ class WorkflowJobTemplate(HasCopy, HasCreate, HasNotifications, HasSurvey, Unifi
|
|||||||
"ask_inventory_on_launch",
|
"ask_inventory_on_launch",
|
||||||
"ask_scm_branch_on_launch",
|
"ask_scm_branch_on_launch",
|
||||||
"ask_limit_on_launch",
|
"ask_limit_on_launch",
|
||||||
|
"ask_labels_on_launch",
|
||||||
|
"ask_skip_tags_on_launch",
|
||||||
|
"ask_tags_on_launch",
|
||||||
"limit",
|
"limit",
|
||||||
"scm_branch",
|
"scm_branch",
|
||||||
"survey_enabled",
|
"survey_enabled",
|
||||||
|
|||||||
Reference in New Issue
Block a user