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
|
- name: start softhddevice detached and set audio to pulseaudio
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/vdr/conf.avail/softhddevice.conf
|
path: /etc/vdr/conf.avail/softhddevice.conf
|
||||||
line: {{ item }}
|
line: '{{ item }}'
|
||||||
with_items:
|
with_items:
|
||||||
- '-D'
|
- '-D'
|
||||||
# - '-a pulse' # do we need this with our existing asound.conf?
|
# - '-a pulse' # do we need this with our existing asound.conf?
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
- name: start softhddevice detached and set audio to pulseaudio
|
- name: start softhddevice detached and set audio to pulseaudio
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/vdr/conf.avail/softhddevice.conf
|
path: /etc/vdr/conf.avail/softhddevice.conf
|
||||||
line: {{ item }}
|
line: '{{ item }}'
|
||||||
with_items:
|
with_items:
|
||||||
- '-D'
|
- '-D'
|
||||||
# - '-a pulse' # do we need this with our existing asound.conf?
|
# - '-a pulse' # do we need this with our existing asound.conf?
|
||||||
|
Loading…
Reference in New Issue
Block a user