Update satip_facts.py, fix syntax for hardware autoinstall checks
This commit is contained in:
@@ -4,7 +4,5 @@
|
||||
- name: apt | install vdr-plugin-imonlcd if connected
|
||||
apt:
|
||||
name: vdr-plugin-imonlcd
|
||||
when:
|
||||
- "15c2:0038" in usb
|
||||
- "15c2:ffdc" in usb
|
||||
when: '"15c2:0038" in usb or "15c2:ffdc" in usb'
|
||||
notify: [ 'Restart VDR' ]
|
||||
|
Reference in New Issue
Block a user