Commit a60fd581 by Michael DeHaan

Update block.py

Add note on block properties
parent 57d2622c
...@@ -25,6 +25,7 @@ from ansible.playbook.attribute import Attribute, FieldAttribute ...@@ -25,6 +25,7 @@ from ansible.playbook.attribute import Attribute, FieldAttribute
class Block(Base): class Block(Base):
# TODO: FIXME: block/rescue/always should be enough
_begin = FieldAttribute(isa='list') _begin = FieldAttribute(isa='list')
_rescue = FieldAttribute(isa='list') _rescue = FieldAttribute(isa='list')
_end = FieldAttribute(isa='list') _end = FieldAttribute(isa='list')
......
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