Commit e83a494e by James Cammarata

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

Fixes #6979
parent a6068b09
......@@ -855,4 +855,5 @@ class Play(object):
# finally, update the VARS_CACHE for the host, if it is set
if host is not None:
self.playbook.VARS_CACHE[host].update(self.vars)
self.playbook.VARS_CACHE[host].update(self.playbook.extra_vars)
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