Add some roles for autodetection of Hardware
This commit is contained in:
9
roles/autoinstall-imonlcd/tasks/main.yml
Normal file
9
roles/autoinstall-imonlcd/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# file roles/autoinstall-imonlcd/tasks/main.yml
|
||||
|
||||
- name: apt | install vdr-plugin-imonlcd if connected
|
||||
apt:
|
||||
name: vdr-plugin-imonlcd
|
||||
when:
|
||||
- '"15c2:0038" in ansible_local.hardware.usb'
|
||||
- '"15c2:ffdc" in ansible_local.hardware.usb'
|
Reference in New Issue
Block a user