mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
Make sure VARS_CACHE for hosts are updated with the play vars too
Fixes #6979
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user