Update block.py

Add note on block properties
pull/9379/head
Michael DeHaan 10 years ago
parent 57d2622c8c
commit a60fd58145

@ -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')

Loading…
Cancel
Save