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-imonlcd
when:
- '"15c2:0038" in usb'
- '"15c2:ffdc" in usb'
- "15c2:0038" in usb
- "15c2:ffdc" in usb
notify: [ 'Restart VDR' ]