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…
Reference in a new issue