Fix some issues with the setup cache

pull/4420/head
Michael DeHaan 2012-07-20 11:58:08 -04:00
parent dde11baa56
commit 2b6d8a8be5
1 changed files with 1 additions and 1 deletions

View File

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