mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 01:29:42 +03:00
Introduce a timeout for package installation
Sometimes package installations can get into weird state and stuck for a very long time. Timeout the tasks to fail early, with a customizable timeout duration.
This commit is contained in:
@@ -63,3 +63,4 @@
|
||||
label: "{{ item.action_label }}"
|
||||
tags:
|
||||
- bootstrap_os
|
||||
timeout: "{{ pkg_install_timeout }}"
|
||||
|
||||
Reference in New Issue
Block a user