Commit 2641f70e by Abhijit Menon-Sen

Reset self._groups_cache in refresh_inventory

parent 73d6da75
......@@ -672,6 +672,7 @@ class Inventory(object):
self._vars_per_host = {}
self._vars_per_group = {}
self._groups_list = {}
self._groups_cache = {}
self.groups = []
self.parse_inventory(self.host_list)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment