1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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