mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
Fix typo from 5ae850c
This commit is contained in:
parent
de690445bc
commit
398f6bbb89
4 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ class Block(Base, Become, Conditional, Taggable):
|
|||
_rescue = FieldAttribute(isa='list', default=[])
|
||||
_always = FieldAttribute(isa='list', default=[])
|
||||
_delegate_to = FieldAttribute(isa='list')
|
||||
_delegate_facts = FieldAttribute(isa='bool', defalt=False)
|
||||
_delegate_facts = FieldAttribute(isa='bool', default=False)
|
||||
|
||||
# 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