mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 15:51:05 +00:00
Update block.py
Add note on block properties
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user