mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-15 12:49:11 -07:00
Adding delegate_to to Blocks
This commit is contained in:
parent
a591582b24
commit
a1c38a3fda
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class Block(Base, Become, Conditional, Taggable):
|
|||
_block = FieldAttribute(isa='list', default=[])
|
||||
_rescue = FieldAttribute(isa='list', default=[])
|
||||
_always = FieldAttribute(isa='list', default=[])
|
||||
_delegate_to = FieldAttribute(isa='list')
|
||||
|
||||
# for future consideration? this would be functionally
|
||||
# similar to the 'else' clause for exceptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue