Add missing quotes
This commit is contained in:
parent
75182264ec
commit
97999797c0
@ -1418,7 +1418,7 @@ b'\xde\xad\xbe\xef'
|
||||
- name: start softhddevice detached and set audio to pulseaudio
|
||||
lineinfile:
|
||||
path: /etc/vdr/conf.avail/softhddevice.conf
|
||||
line: {{ item }}
|
||||
line: '{{ item }}'
|
||||
with_items:
|
||||
- '-D'
|
||||
# - '-a pulse' # do we need this with our existing asound.conf?
|
||||
|
@ -16,7 +16,7 @@
|
||||
- name: start softhddevice detached and set audio to pulseaudio
|
||||
lineinfile:
|
||||
path: /etc/vdr/conf.avail/softhddevice.conf
|
||||
line: {{ item }}
|
||||
line: '{{ item }}'
|
||||
with_items:
|
||||
- '-D'
|
||||
# - '-a pulse' # do we need this with our existing asound.conf?
|
||||
|
Loading…
Reference in New Issue
Block a user