Fix plugin name and typo
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user