mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03:30
Enable schedules
This commit is contained in:
@@ -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'),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user