Make sure VariableManager has a view of HostVars

Fixes #15261
This commit is contained in:
James Cammarata 2016-04-05 11:31:00 -04:00
parent cca084c89d
commit 0f2b1244d2
4 changed files with 15 additions and 15 deletions

View file

@ -141,7 +141,6 @@ class StrategyBase:
display.debug("entering _queue_task() for %s/%s" % (host, task))
task_vars['hostvars'] = self._tqm.hostvars
# and then queue the new task
display.debug("%s - putting task (%s) in queue" % (host, task))
try: