From f348bbb99693d067cd0a2ee028a6c2d5a97aff71 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 27 Oct 2022 21:22:44 +0200 Subject: [PATCH] fix: increate setup timeout --- tasks/setup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/setup.yml b/tasks/setup.yml index e0803f0..dc52277 100644 --- a/tasks/setup.yml +++ b/tasks/setup.yml @@ -33,8 +33,8 @@ -o go-template={% raw %}'{{ .status.availableReplicas }}'{% endraw %} register: __k3s_init_setup until: __k3s_init_setup.rc == 0 and __k3s_init_setup.stdout == "1" - retries: 6 - delay: 10 + retries: 30 + delay: 8 changed_when: False when: k3s_server | bool