add pulseaudio role
This commit is contained in:
15
roles/pulseaudio/tasks/main.yml
Normal file
15
roles/pulseaudio/tasks/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
- name: install pulseaudio
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
state: present
|
||||
install_recommends: no
|
||||
with_items:
|
||||
- pulseaudio
|
||||
- pavucontrol
|
||||
|
||||
- name: create /etc/asound.conf
|
||||
template:
|
||||
src: templates/alsa/asound.conf.j2
|
||||
dest: /etc/asound.conf
|
||||
Reference in New Issue
Block a user