Add vdrpbd and vdr-addon-lifeguard-ng as default packages

and update rules for dvb ff devices
This commit is contained in:
Alexander Grothe
2019-01-19 12:23:39 +01:00
parent 579f3e0cd3
commit c2962eed4c
4 changed files with 21 additions and 22 deletions

View File

@@ -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' ]

View File

@@ -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' ]