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

@@ -59,6 +59,7 @@ class Resources(object):
_inventory = r'inventories/\d+/'
_inventory_access_list = r'inventories/\d+/access_list/'
_inventory_copy = r'inventories/\d+/copy/'
_inventory_labels = r'inventories/\d+/labels/'
_inventory_related_ad_hoc_commands = r'inventories/\d+/ad_hoc_commands/'
_inventory_related_groups = r'inventories/\d+/groups/'
_inventory_related_hosts = r'inventories/\d+/hosts/'