fixed vars in block now that they are a field atribute also
This commit is contained in:
parent
2ad787038f
commit
f478f1ec10
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue