update awx collection wait interval to 2

This commit is contained in:
sean-m-sullivan
2022-04-22 19:54:44 -04:00
committed by Sean Sullivan
parent 35529b5eeb
commit df649e2c56
9 changed files with 18 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ options:
description:
- The interval in sections, to request an update from the controller.
required: False
default: 1
default: 2
type: float
timeout:
description:
@@ -90,7 +90,7 @@ def main():
argument_spec = dict(
command_id=dict(type='int', required=True),
timeout=dict(type='int'),
interval=dict(type='float', default=1),
interval=dict(type='float', default=2),
)
# Create a module for ourselves