This commit is contained in:
Alexander Grothe
2017-07-30 23:53:19 +02:00
parent 338da033ca
commit 1b96a3ab7f
4 changed files with 1 additions and 20 deletions

View File

@@ -8,18 +8,3 @@
- '"0070:4000" in pci'
- '"4444:0016" in pci'
notify: [ 'Restart VDR' ]
** TODO autoinstall-dvbhddevice
Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware sollte in yavdr-firmware stecken
*** tasks
#+BEGIN_SRC yaml :tangle roles/autoinstall-dvbhddevice/tasks/main.yml :padline no
---
# file roles/autoinstall-dvbhddevice/tasks/main.yml
- name: apt | install vdr-plugin-dvbhddevice if connected
apt:
name: vdr-plugin-dvbhddevice
when:
- '"13c2:300a" in pci'
- '"13c2:300b" in pci'
notify: [ 'Restart VDR' ]