Commit 2ad78703 by Brian Coca

removed vars from block as its now in base

parent 92c8275f
...@@ -43,7 +43,6 @@ class Block(Base, Become, Conditional, Taggable): ...@@ -43,7 +43,6 @@ class Block(Base, Become, Conditional, Taggable):
self._task_include = task_include self._task_include = task_include
self._use_handlers = use_handlers self._use_handlers = use_handlers
self._dep_chain = [] self._dep_chain = []
self._vars = dict()
super(Block, self).__init__() super(Block, self).__init__()
......
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