mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 20:00:58 +00: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:
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user