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,5 +5,5 @@
apt:
name: vdr-plugin-targavfd
when:
- '"19c2:6a11" in usb'
- "19c2:6a11" in usb
notify: [ 'Restart VDR' ]