Fix some issues with the setup cache

pull/649/head
Michael DeHaan 12 years ago
parent dde11baa56
commit 2b6d8a8be5

@ -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', {}))
# *****************************************************

Loading…
Cancel
Save