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:
parent
57d2622c8c
commit
a60fd58145
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue