mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
removed vars from block as its now in base
This commit is contained in:
@@ -43,7 +43,6 @@ class Block(Base, Become, Conditional, Taggable):
|
||||
self._task_include = task_include
|
||||
self._use_handlers = use_handlers
|
||||
self._dep_chain = []
|
||||
self._vars = dict()
|
||||
|
||||
super(Block, self).__init__()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user