mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue