From 0e2b6bc3bd1cd0cfcf00e22816c9723a22502e15 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 1 Jan 2022 23:57:03 +0100 Subject: fix and slightly improve hetzner cloud installer --- roles/cloud/install/tasks/hcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/cloud/install/tasks/hcloud.yml') diff --git a/roles/cloud/install/tasks/hcloud.yml b/roles/cloud/install/tasks/hcloud.yml index cd46d348..49bdef1c 100644 --- a/roles/cloud/install/tasks/hcloud.yml +++ b/roles/cloud/install/tasks/hcloud.yml @@ -73,8 +73,8 @@ - name: wait for rescue system to start up wait_for_connection: - delay: 30 - timeout: 120 + delay: 10 + timeout: 300 - include_tasks: hetzner_installimage.yml -- cgit v1.2.3