Update satip_facts.py, fix syntax for hardware autoinstall checks
This commit is contained in:
@@ -4,6 +4,5 @@
|
||||
- name: apt | install vdr-plugin-dvbsddevice if module is loaded
|
||||
apt:
|
||||
name: vdr-plugin-dvbsddevice
|
||||
when:
|
||||
- '"dvb_ttpci" in modules'
|
||||
when: '"dvb_ttpci" in modules'
|
||||
notify: [ 'Restart VDR' ]
|
||||
|
||||
Reference in New Issue
Block a user