mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03: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:
parent
d5d24e421b
commit
2e217ed466
@ -54,6 +54,12 @@ class JobTemplate(HasCopy, HasCreate, HasInstanceGroups, HasNotifications, HasSu
|
||||
'ask_tags_on_launch',
|
||||
'ask_variables_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',
|
||||
'become_enabled',
|
||||
'diff_mode',
|
||||
|
||||
@ -42,6 +42,9 @@ class WorkflowJobTemplate(HasCopy, HasCreate, HasNotifications, HasSurvey, Unifi
|
||||
"ask_inventory_on_launch",
|
||||
"ask_scm_branch_on_launch",
|
||||
"ask_limit_on_launch",
|
||||
"ask_labels_on_launch",
|
||||
"ask_skip_tags_on_launch",
|
||||
"ask_tags_on_launch",
|
||||
"limit",
|
||||
"scm_branch",
|
||||
"survey_enabled",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user