mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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_host = {}
|
||||||
self._vars_per_group = {}
|
self._vars_per_group = {}
|
||||||
self._groups_list = {}
|
self._groups_list = {}
|
||||||
|
self._groups_cache = {}
|
||||||
self.groups = []
|
self.groups = []
|
||||||
|
|
||||||
self.parse_inventory(self.host_list)
|
self.parse_inventory(self.host_list)
|
||||||
|
|
Loading…
Reference in a new issue