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

@ -1021,7 +1021,7 @@ install_avahi: true
#+BEGIN_SRC yaml :tangle roles/pulseaudio/tasks/main.yml :mkdirp yes :padline no #+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: apt:
name: '{{ item }}' name: '{{ item }}'
state: present state: present
@ -1029,7 +1029,7 @@ install_avahi: true
with_items: with_items:
- pulseaudio - pulseaudio
- pavucontrol - pavucontrol
- vdr-plugin-pulsectrl - vdr-plugin-pulsecontrol
- name: create /etc/asound.conf with pulseaudio as default device - name: create /etc/asound.conf with pulseaudio as default device
template: template:

View File

@ -1,6 +1,6 @@
--- ---
- name: apt | install pulseaudio, pavucontrol and vdr-plugin-pulsectrl - name: apt | install pulseaudio, pavucontrol and vdr-plugin-pulsecontrol
apt: apt:
name: '{{ item }}' name: '{{ item }}'
state: present state: present
@ -8,7 +8,7 @@
with_items: with_items:
- pulseaudio - pulseaudio
- pavucontrol - pavucontrol
- vdr-plugin-pulsectrl - vdr-plugin-pulsecontrol
- name: create /etc/asound.conf with pulseaudio as default device - name: create /etc/asound.conf with pulseaudio as default device
template: template:

View File

@ -44,7 +44,7 @@
- name: vdr-config | start softhddevice detached and set audio to pulseaudio - name: vdr-config | 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 }}ys 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?