The InventoryData class does not have a get_vars method and InventoryManager's get_vars never appears to have been used (#56804)

pull/56806/head
Sloane Hertel 7 years ago committed by Brian Coca
parent 8fe9618c84
commit cea7151a5b

@ -158,9 +158,6 @@ class InventoryManager(object):
def hosts(self):
return self._inventory.hosts
def get_vars(self, *args, **kwargs):
return self._inventory.get_vars(args, kwargs)
def add_host(self, host, group=None, port=None):
return self._inventory.add_host(host, group, port)

Loading…
Cancel
Save