mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
[AAP-8682] adding Schedule to dependent_export to allow previous behavior on job template export
This commit is contained in:
@@ -38,9 +38,12 @@ EXPORTABLE_RELATIONS = ['Roles', 'NotificationTemplates', 'WorkflowJobTemplateNo
|
||||
DEPENDENT_EXPORT = [
|
||||
('JobTemplate', 'Label'),
|
||||
('JobTemplate', 'SurveySpec'),
|
||||
('JobTemplate', 'Schedule'),
|
||||
('WorkflowJobTemplate', 'Label'),
|
||||
('WorkflowJobTemplate', 'SurveySpec'),
|
||||
('WorkflowJobTemplate', 'Schedule'),
|
||||
('WorkflowJobTemplate', 'WorkflowJobTemplateNode'),
|
||||
('InventorySource', 'Schedule'),
|
||||
('Inventory', 'Group'),
|
||||
('Inventory', 'Host'),
|
||||
('Inventory', 'Label'),
|
||||
|
||||
Reference in New Issue
Block a user