mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
delegate_to is a string
This commit is contained in:
parent
fa93bf7096
commit
916a10c8ec
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class Block(Base, Become, Conditional, Taggable):
|
|||
|
||||
# other fields
|
||||
_any_errors_fatal = FieldAttribute(isa='bool')
|
||||
_delegate_to = FieldAttribute(isa='list')
|
||||
_delegate_to = FieldAttribute(isa='string')
|
||||
_delegate_facts = FieldAttribute(isa='bool', default=False)
|
||||
_name = FieldAttribute(isa='string', default='')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue