Skip to content

Commit

Permalink
The InventoryData class does not have a get_vars method and Inventory…
Browse files Browse the repository at this point in the history
…Manager's get_vars never appears to have been used (ansible#56804)
  • Loading branch information
s-hertel authored and bcoca committed May 22, 2019
1 parent 8fe9618 commit cea7151
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ansible/inventory/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ def groups(self):
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)

Expand Down

0 comments on commit cea7151

Please sign in to comment.