Make sure VARS_CACHE for hosts are updated with the play vars too

Fixes #6979
pull/7115/merge
James Cammarata 11 years ago
parent a6068b09ac
commit e83a494e41

@ -855,4 +855,5 @@ class Play(object):
# finally, update the VARS_CACHE for the host, if it is set # finally, update the VARS_CACHE for the host, if it is set
if host is not None: if host is not None:
self.playbook.VARS_CACHE[host].update(self.vars)
self.playbook.VARS_CACHE[host].update(self.playbook.extra_vars) self.playbook.VARS_CACHE[host].update(self.playbook.extra_vars)

Loading…
Cancel
Save