Commit a6bc6351 by jctanner

Merge pull request #5308 from zecrazytux/fix/hash_merge_dynamic_inventory

Let merge hash_bahaviour work with dynamic inventory
parents 17c50cc8 c8d5846a
......@@ -348,7 +348,7 @@ class Inventory(object):
vars.update(host.get_variables())
if self.parser is not None:
vars.update(self.parser.get_host_variables(host))
vars = utils.combine_vars(vars, self.parser.get_host_variables(host))
return vars
def add_group(self, group):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment