Add some roles for autodetection of Hardware
This commit is contained in:
8
roles/autoinstall-libcecdaemon/tasks/main.yml
Normal file
8
roles/autoinstall-libcecdaemon/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# file roles/autoinstall-libcec-daemon/tasks/main.yml
|
||||
|
||||
- name: apt | install libcec-daemon if connected
|
||||
apt:
|
||||
name: libcec-daemon
|
||||
when:
|
||||
- '"2548:1002" in ansible_local.hardware.usb'
|
Reference in New Issue
Block a user