From 4cefd21782311edb21afad8ac677b07836d932f4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 27 May 2019 21:45:24 +0100 Subject: [PATCH] Install pulseaudio and bluetooth manager --- tasks/media.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tasks/media.yml b/tasks/media.yml index 51c3b44..7f126c9 100644 --- a/tasks/media.yml +++ b/tasks/media.yml @@ -19,4 +19,18 @@ with_items: - 'bcm20702a1-firmware' - 'bluez-firmware' + - 'blueberry' - 'handbrake' + +- name: "Install pulseaudio" + aur: + skip_installed: true + name: "{{ item }}" + become: true + become_user: aur_builder + when: "item not in installed_packages.stdout_lines" + with_items: + - alsa-utils + - pavucontrol + - pulseaudio + - pulseaudio-bluetooth