mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Fix typo from 5ae850c
This commit is contained in:
parent
de690445bc
commit
398f6bbb89
4 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@ def hash_params(params):
|
|||
class Role(Base, Become, Conditional, Taggable):
|
||||
|
||||
_delegate_to = FieldAttribute(isa='string')
|
||||
_delegate_facts = FieldAttribute(isa='bool', defalt=False)
|
||||
_delegate_facts = FieldAttribute(isa='bool', default=False)
|
||||
|
||||
def __init__(self, play=None):
|
||||
self._role_name = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue