Commit 7aab5d68 by Brian Coca

Merge pull request #10503 from bcoca/addhost_addhostvars

now add_host loads hostvars
parents 6264eb4e 0c57bed7
......@@ -96,6 +96,10 @@ class ActionModule(object):
vv("added host to group via add_host module: %s" % group_name)
result['new_groups'] = groupnames.split(",")
# actually load host vars
new_host.vars = inventory.get_host_variables(new_name, update_cached=True, vault_password=inventory._vault_password)
result['new_host'] = new_name
# clear pattern caching completely since it's unpredictable what
......
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