feat(bootstrap): install vendor-matched hardware packages
This commit is contained in:
@@ -34,6 +34,13 @@
|
||||
bootstrap_var_key: "{{ 'bootstrap_' + (os | replace('-lts', '') | replace('-', '_')) }}"
|
||||
ansible.builtin.include_tasks: "{{ bootstrap_os_task_map[os] }}"
|
||||
|
||||
- name: Install hardware-matched firmware/microcode/GPU/peripheral packages
|
||||
when: >-
|
||||
(system_cfg.features.firmware.enabled | bool)
|
||||
or (system_cfg.features.gpu.enabled | bool)
|
||||
or (system_cfg.features.peripherals.enabled | bool)
|
||||
ansible.builtin.include_tasks: _hardware.yml
|
||||
|
||||
- name: Install desktop environment packages
|
||||
when: system_cfg.features.desktop.enabled | bool
|
||||
ansible.builtin.include_tasks: _desktop.yml
|
||||
|
||||
Reference in New Issue
Block a user