fixed vars in block now that they are a field atribute also

This commit is contained in:
Brian Coca 2015-04-16 11:13:21 -04:00
parent 2ad787038f
commit f478f1ec10

View file

@ -61,7 +61,7 @@ class Block(Base, Become, Conditional, Taggable):
if self._task_include:
all_vars.update(self._task_include.get_vars())
all_vars.update(self._vars)
all_vars.update(self.vars)
return all_vars
@staticmethod