mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
The InventoryData class does not have a get_vars method and InventoryManager's get_vars never appears to have been used (#56804)
This commit is contained in:
parent
8fe9618c84
commit
cea7151a5b
1 changed files with 0 additions and 3 deletions
|
@ -158,9 +158,6 @@ class InventoryManager(object):
|
||||||
def hosts(self):
|
def hosts(self):
|
||||||
return self._inventory.hosts
|
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):
|
def add_host(self, host, group=None, port=None):
|
||||||
return self._inventory.add_host(host, group, port)
|
return self._inventory.add_host(host, group, port)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue