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

pull/4420/head
Sloane Hertel 2019-05-22 13:56:48 -04:00 committed by Brian Coca
parent 8fe9618c84
commit cea7151a5b
1 changed files with 0 additions and 3 deletions

View File

@ -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)