mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07: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):
|
class Block(Base):
|
||||||
|
|
||||||
|
# TODO: FIXME: block/rescue/always should be enough
|
||||||
_begin = FieldAttribute(isa='list')
|
_begin = FieldAttribute(isa='list')
|
||||||
_rescue = FieldAttribute(isa='list')
|
_rescue = FieldAttribute(isa='list')
|
||||||
_end = FieldAttribute(isa='list')
|
_end = FieldAttribute(isa='list')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue