mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 22:05:07 -02:30
Merge branch 'devel' into feature_constructed-inventory
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