fix(bootstrap): remove duplicate lrzsz and gate dbus-daemon on version in almalinux

This commit is contained in:
2026-02-21 01:20:34 +01:00
parent f367844239
commit 9308d09d7b

View File

@@ -38,8 +38,9 @@ bootstrap_rhel: "{{ bootstrap_rhel_base + bootstrap_rhel_versioned }}"
bootstrap_almalinux: >-
{{
bootstrap_rhel_base
+ ['grub2', 'grub2-efi', 'dbus-daemon', 'lrzsz',
+ ['grub2', 'grub2-efi',
'nfsv4-client-utils', 'nc', 'ppp', 'python3', 'zram-generator']
+ (['dbus-daemon'] if (os_version_major | default('10') | int) >= 9 else [])
}}
bootstrap_rocky: >-