Install vdr-plugin-pulsectrl and vdr-plugin-osd2web

use the bluecd instead of blue
This commit is contained in:
Alexander Grothe
2017-12-17 10:02:09 +01:00
parent 59685f9a99
commit 1405c73c87
4 changed files with 9 additions and 5 deletions

View File

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