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:
Max Gautier
2026-01-19 11:13:57 +01:00
parent 7aea6a1df2
commit efdff890ed
2 changed files with 2 additions and 0 deletions

View File

@@ -63,3 +63,4 @@
label: "{{ item.action_label }}"
tags:
- bootstrap_os
timeout: "{{ pkg_install_timeout }}"