mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Enable schedules
This commit is contained in:
parent
972d3ab535
commit
07ba521b8b
@ -31,6 +31,7 @@ EXPORTABLE_DEPENDENT_OBJECTS = [
|
||||
'Labels',
|
||||
'SurveySpec',
|
||||
'WorkflowJobTemplateNodes',
|
||||
'Schedules',
|
||||
]
|
||||
|
||||
|
||||
@ -51,6 +52,7 @@ NATURAL_KEYS = {
|
||||
'notification_template': ('organization', 'name'),
|
||||
'label': ('organization', 'name'), # FIXME: label will need to be fully constructed from this
|
||||
'workflow_job_template_node': ('workflow_job_template', 'identifier'),
|
||||
'schedule': ('unified_job_template', 'name'),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user