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