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

pull/10744/head
Brian Coca 10 years ago
parent 2ad787038f
commit f478f1ec10

@ -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

Loading…
Cancel
Save