mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 11:11:29 -07:00
parent
ac657f67c0
commit
5d4c73e197
3 changed files with 4 additions and 2 deletions
|
@ -79,7 +79,7 @@ class Task(Base, Conditional, Taggable, CollectionSearch):
|
|||
_loop = FieldAttribute()
|
||||
_loop_control = FieldAttribute(isa='class', class_type=LoopControl, inherit=False)
|
||||
_notify = FieldAttribute(isa='list')
|
||||
_poll = FieldAttribute(isa='int', default=10)
|
||||
_poll = FieldAttribute(isa='int', default=C.DEFAULT_POLL_INTERVAL)
|
||||
_register = FieldAttribute(isa='string', static=True)
|
||||
_retries = FieldAttribute(isa='int', default=3)
|
||||
_until = FieldAttribute(isa='list', default=list)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue