fix(bootstrap): remove duplicate lrzsz and gate dbus-daemon on version in almalinux
This commit is contained in:
@@ -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: >-
|
||||
|
||||
Reference in New Issue
Block a user