feat(hardware): auto-detect audio, bluetooth, camera with declarative override

This commit is contained in:
2026-05-25 04:36:21 +02:00
parent 44f5adc682
commit d2a19cfd5c
21 changed files with 615 additions and 227 deletions

View File

@@ -0,0 +1,15 @@
---
# Run: ansible-playbook tests/hardware/test_merge.yml
- name: Hardware merge-layer fixture tests
hosts: localhost
gather_facts: false
connection: local
vars_files:
- merge_fixtures.yml
tasks:
- name: Run each merge fixture
ansible.builtin.include_tasks: _assert_merge.yml
loop: "{{ merge_fixtures }}"
loop_control:
loop_var: mf
label: "{{ mf.name }}"