Update satip_facts.py, fix syntax for hardware autoinstall checks

This commit is contained in:
Alexander Grothe
2017-09-04 12:29:53 +02:00
parent d2630e24d3
commit bdda4bc4c0
9 changed files with 170 additions and 76 deletions

View File

@@ -4,7 +4,5 @@
- name: apt | install vdr-plugin-dvbhddevice if connected
apt:
name: vdr-plugin-dvbhddevice
when:
- '"13c2:300a" in pci'
- '"13c2:300b" in pci'
when: '"13c2:300a" in pci or "13c2:300b" in pci'
notify: [ 'Restart VDR' ]