mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
update awx collection wait interval to 2
This commit is contained in:
committed by
Sean Sullivan
parent
35529b5eeb
commit
df649e2c56
@@ -46,7 +46,7 @@ options:
|
||||
description:
|
||||
- The interval to request an update from the controller.
|
||||
required: False
|
||||
default: 1
|
||||
default: 2
|
||||
type: float
|
||||
timeout:
|
||||
description:
|
||||
@@ -93,7 +93,7 @@ def main():
|
||||
inventory=dict(required=True),
|
||||
organization=dict(),
|
||||
wait=dict(default=False, type='bool'),
|
||||
interval=dict(default=1.0, type='float'),
|
||||
interval=dict(default=2.0, type='float'),
|
||||
timeout=dict(default=None, type='int'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user