Commit f478f1ec by Brian Coca

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

parent 2ad78703
...@@ -61,7 +61,7 @@ class Block(Base, Become, Conditional, Taggable): ...@@ -61,7 +61,7 @@ class Block(Base, Become, Conditional, Taggable):
if self._task_include: if self._task_include:
all_vars.update(self._task_include.get_vars()) all_vars.update(self._task_include.get_vars())
all_vars.update(self._vars) all_vars.update(self.vars)
return all_vars return all_vars
@staticmethod @staticmethod
......
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