mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07: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_group = {}
|
||||
self._groups_list = {}
|
||||
self._groups_cache = {}
|
||||
self.groups = []
|
||||
|
||||
self.parse_inventory(self.host_list)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue