The InventoryData class does not have a get_vars method and InventoryManager's get_vars never appears to have been used (#56804)
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…
Reference in New Issue