Install pulseaudio and bluetooth manager

This commit is contained in:
Jake Howard 2019-05-27 21:45:24 +01:00
parent 2048270f1f
commit 4cefd21782
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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