From ee6e06a3fe9e520091b07bfbf03045b251de6f85 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Wed, 30 Oct 2024 16:48:23 +0100 Subject: [PATCH] lower connection timeout --- roles/environment/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/environment/tasks/main.yml b/roles/environment/tasks/main.yml index 551404f..3b6958f 100644 --- a/roles/environment/tasks/main.yml +++ b/roles/environment/tasks/main.yml @@ -4,7 +4,7 @@ block: - name: Wait for connection ansible.builtin.wait_for_connection: - timeout: 300 + timeout: 30 delay: 5 - name: Gather facts