mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
corrected merge vs combined in all pertinent sections
This commit is contained in:
@@ -608,7 +608,7 @@ class Runner(object):
|
||||
def get_combined_cache(self):
|
||||
# merge the VARS and SETUP caches for this host
|
||||
combined_cache = self.setup_cache.copy()
|
||||
return utils.merge_hash(combined_cache, self.vars_cache)
|
||||
return utils.combine_vars(combined_cache, self.vars_cache)
|
||||
|
||||
def get_inject_vars(self, host):
|
||||
host_variables = self.inventory.get_variables(host, vault_password=self.vault_pass)
|
||||
|
||||
Reference in New Issue
Block a user