Add vdrpbd and vdr-addon-lifeguard-ng as default packages
and update rules for dvb ff devices
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
- name: apt | install vdr-plugin-dvbhddevice if connected
|
||||
apt:
|
||||
name: vdr-plugin-dvbhddevice
|
||||
name:
|
||||
- vdr-plugin-dvbhddevice
|
||||
- yavdr-firmware
|
||||
when: '"13c2:300a" in pci or "13c2:300b" in pci'
|
||||
notify: [ 'Restart VDR' ]
|
||||
|
@@ -5,6 +5,8 @@
|
||||
|
||||
- name: apt | install vdr-plugin-dvbsddevice if module is loaded
|
||||
apt:
|
||||
name: vdr-plugin-dvbsddevice
|
||||
name:
|
||||
- vdr-plugin-dvbsddevice
|
||||
- yavdr-firmware
|
||||
when: '"dvb_ttpci" in modules'
|
||||
notify: [ 'Restart VDR' ]
|
||||
|
Reference in New Issue
Block a user