mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
Add additional schedule fields for new prompts
This commit is contained in:
committed by
Alan Rominger
parent
b38e08174a
commit
d07177be9c
@@ -19,6 +19,10 @@ class UnifiedJobTemplate(HasStatus, base.Base):
|
|||||||
'job_type',
|
'job_type',
|
||||||
'verbosity',
|
'verbosity',
|
||||||
'inventory',
|
'inventory',
|
||||||
|
'forks',
|
||||||
|
'timeout',
|
||||||
|
'job_slice_count',
|
||||||
|
'execution_environment',
|
||||||
)
|
)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user