Fix plugin name and typo
This commit is contained in:
parent
dd0cd703fe
commit
5d6ffd6f4c
@ -1021,7 +1021,7 @@ install_avahi: true
|
||||
#+BEGIN_SRC yaml :tangle roles/pulseaudio/tasks/main.yml :mkdirp yes :padline no
|
||||
---
|
||||
|
||||
- name: apt | install pulseaudio, pavucontrol and vdr-plugin-pulsectrl
|
||||
- name: apt | install pulseaudio, pavucontrol and vdr-plugin-pulsecontrol
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
state: present
|
||||
@ -1029,7 +1029,7 @@ install_avahi: true
|
||||
with_items:
|
||||
- pulseaudio
|
||||
- pavucontrol
|
||||
- vdr-plugin-pulsectrl
|
||||
- vdr-plugin-pulsecontrol
|
||||
|
||||
- name: create /etc/asound.conf with pulseaudio as default device
|
||||
template:
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: apt | install pulseaudio, pavucontrol and vdr-plugin-pulsectrl
|
||||
- name: apt | install pulseaudio, pavucontrol and vdr-plugin-pulsecontrol
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
state: present
|
||||
@ -8,7 +8,7 @@
|
||||
with_items:
|
||||
- pulseaudio
|
||||
- pavucontrol
|
||||
- vdr-plugin-pulsectrl
|
||||
- vdr-plugin-pulsecontrol
|
||||
|
||||
- name: create /etc/asound.conf with pulseaudio as default device
|
||||
template:
|
||||
|
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user