Fix quoting for string comparison in pvr350 role

This commit is contained in:
Alexander Grothe 2017-03-13 18:38:57 +01:00
parent 58119a9651
commit 634a1cd59c
2 changed files with 2 additions and 2 deletions

View File

@ -916,7 +916,7 @@ fi
apt:
name: vdr-plugin-pvr350
when:
- '19c2:6a11" in pci'
- '"19c2:6a11" in pci'
#+END_SRC
** TODO autoinstall-dvbhddevice

View File

@ -5,4 +5,4 @@
apt:
name: vdr-plugin-pvr350
when:
- '19c2:6a11" in pci'
- '"19c2:6a11" in pci'