feat(environment): detect cpu/gpu/wireless/fingerprint hardware

This commit is contained in:
2026-04-29 19:47:42 +02:00
parent dc3c4a901f
commit 3880b8f41e
3 changed files with 185 additions and 0 deletions

View File

@@ -11,5 +11,8 @@
- name: Prepare installer environment
ansible.builtin.include_tasks: _prepare_installer.yml
- name: Detect hardware for firmware/GPU package selection
ansible.builtin.include_tasks: _detect_hardware.yml
- name: Run third-party preparation tasks
ansible.builtin.include_tasks: _thirdparty.yml