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