mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
Fix typo from 5ae850c
This commit is contained in:
parent
de690445bc
commit
398f6bbb89
4 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ class RoleInclude(RoleDefinition):
|
|||
"""
|
||||
|
||||
_delegate_to = FieldAttribute(isa='string')
|
||||
_delegate_facts = FieldAttribute(isa='bool', defalt=False)
|
||||
_delegate_facts = FieldAttribute(isa='bool', default=False)
|
||||
|
||||
def __init__(self, play=None, role_basedir=None, variable_manager=None, loader=None):
|
||||
super(RoleInclude, self).__init__(play=play, role_basedir=role_basedir, variable_manager=variable_manager, loader=loader)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue