Commit 2b6d8a8b by Michael DeHaan

Fix some issues with the setup cache

parent dde11baa
......@@ -262,7 +262,7 @@ class Runner(object):
''' allows discovered variables to be used in templates and action statements '''
host = conn.host
self.setup_cache[host] = result.get('ansible_facts', {})
self.setup_cache[host].update(result.get('ansible_facts', {}))
# *****************************************************
......
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