Support the new Inventory.labels in awxkit / awx-cli

This commit is contained in:
Jeff Bradberry
2022-03-18 14:24:49 -04:00
parent 41b3ad1b83
commit 51021f380b
3 changed files with 5 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ DEPENDENT_EXPORT = [
('InventorySource', 'schedules'),
('Inventory', 'groups'),
('Inventory', 'hosts'),
('Inventory', 'labels'),
]