Fix plugin name and typo

This commit is contained in:
Alexander Grothe
2017-12-17 11:37:28 +01:00
parent dd0cd703fe
commit 5d6ffd6f4c
3 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@
- name: vdr-config | start softhddevice detached and set audio to pulseaudio
lineinfile:
path: /etc/vdr/conf.avail/softhddevice.conf
line: '{{ item }}ys
line: '{{ item }}'
with_items:
- '-D'
# - '-a pulse' # do we need this with our existing asound.conf?