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

@@ -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: