normalize names

This commit is contained in:
Brian Coca 2017-12-04 10:46:46 -05:00 committed by Brian Coca
parent a57d6a4206
commit 0d35a69f0e
5 changed files with 2 additions and 4 deletions

View file

@ -77,7 +77,6 @@ class Task(Base, Conditional, Taggable, Become):
_failed_when = FieldAttribute(isa='list', default=[])
_loop = FieldAttribute()
_loop_control = FieldAttribute(isa='class', class_type=LoopControl, inherit=False)
_name = FieldAttribute(isa='string', default='')
_notify = FieldAttribute(isa='list')
_poll = FieldAttribute(isa='int', default=10)
_register = FieldAttribute(isa='string')