mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 12:22:45 +00:00
@@ -183,7 +183,8 @@ class VariableManager:
|
||||
try:
|
||||
host_facts = self._fact_cache.get(host.name, dict())
|
||||
for k in host_facts.keys():
|
||||
host_facts[k] = UnsafeProxy(host_facts[k])
|
||||
if not isinstance(host_facts[k], UnsafeProxy):
|
||||
host_facts[k] = UnsafeProxy(host_facts[k])
|
||||
all_vars = combine_vars(all_vars, host_facts)
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user