delegate_to is a string

This commit is contained in:
Brian Coca 2017-02-10 20:07:38 -05:00
parent fa93bf7096
commit 916a10c8ec

View file

@ -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='')