From 38254d3a5e25b13acdabb143001b0900c02cb58e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 24 Jan 2021 22:29:59 +0100 Subject: fix reboot timeouts --- common/iso-install.yml | 2 +- common/usb-install.yml | 2 +- common/vm-install.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/iso-install.yml b/common/iso-install.yml index 0946aa10..ea132d4e 100644 --- a/common/iso-install.yml +++ b/common/iso-install.yml @@ -86,5 +86,5 @@ hosts: "{{ install_hostname }}" roles: - role: reboot-and-wait - reboot_delay: 10 + reboot_delay: 5 reboot_timeout: 120 diff --git a/common/usb-install.yml b/common/usb-install.yml index 2346b18e..81fe239a 100644 --- a/common/usb-install.yml +++ b/common/usb-install.yml @@ -76,5 +76,5 @@ hosts: "{{ install_hostname }}" roles: - role: reboot-and-wait - reboot_delay: 10 + reboot_delay: 5 reboot_timeout: 120 diff --git a/common/vm-install.yml b/common/vm-install.yml index 552c07f7..414b614f 100644 --- a/common/vm-install.yml +++ b/common/vm-install.yml @@ -78,5 +78,5 @@ hosts: "{{ install_hostname }}" roles: - role: reboot-and-wait - reboot_delay: 10 + reboot_delay: 5 reboot_timeout: 120 -- cgit v1.2.3