mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
239b6e79c3
commit
dacb6b8561
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ class Runner(object):
|
|||
|
||||
# merge the VARS and SETUP caches for this host
|
||||
combined_cache = self.setup_cache.copy()
|
||||
combined_cache.update(self.vars_cache)
|
||||
combined_cache = utils.merge_hash(combined_cache, self.vars_cache)
|
||||
|
||||
hostvars = HostVars(combined_cache, self.inventory, vault_password=self.vault_pass)
|
||||
|
||||
|
|
Loading…
Reference in a new issue