Update block.py

Add note on block properties
This commit is contained in:
Michael DeHaan 2014-10-19 10:48:32 -04:00
parent 57d2622c8c
commit a60fd58145

View file

@ -25,6 +25,7 @@ from ansible.playbook.attribute import Attribute, FieldAttribute
class Block(Base):
# TODO: FIXME: block/rescue/always should be enough
_begin = FieldAttribute(isa='list')
_rescue = FieldAttribute(isa='list')
_end = FieldAttribute(isa='list')