From df649e2c569c8cfbf0460bda3a8d13568dcbe409 Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Fri, 22 Apr 2022 19:54:44 -0400 Subject: update awx collection wait interval to 2 --- awx_collection/plugins/modules/project_update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'awx_collection/plugins/modules/project_update.py') diff --git a/awx_collection/plugins/modules/project_update.py b/awx_collection/plugins/modules/project_update.py index aa8b97e526..6ccdca1fdb 100644 --- a/awx_collection/plugins/modules/project_update.py +++ b/awx_collection/plugins/modules/project_update.py @@ -41,7 +41,7 @@ options: description: - The interval to request an update from the controller. required: False - default: 1 + default: 2 type: float timeout: description: @@ -86,7 +86,7 @@ def main(): name=dict(required=True, aliases=['project']), organization=dict(), wait=dict(default=True, type='bool'), - interval=dict(default=1.0, type='float'), + interval=dict(default=2.0, type='float'), timeout=dict(default=None, type='int'), ) -- cgit v1.2.3