mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
delegate_to is a string
This commit is contained in:
@@ -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='')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user