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