Fix quoting for hardware detection conditions

This commit is contained in:
Alexander Grothe
2017-08-31 15:55:04 +02:00
parent e5a4394129
commit 1a10952345
12 changed files with 42 additions and 48 deletions

View File

@@ -5,6 +5,6 @@
apt:
name: vdr-plugin-pvrinput
when:
- '"0070:4000" in pci'
- '"4444:0016" in pci'
- "0070:4000" in pci
- "4444:0016" in pci
notify: [ 'Restart VDR' ]