mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixed vars in block now that they are a field atribute also
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user