Reset self._groups_cache in refresh_inventory
This commit is contained in:
parent
73d6da757f
commit
2641f70e47
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue