mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
normalize names
This commit is contained in:
parent
a57d6a4206
commit
0d35a69f0e
5 changed files with 2 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue