2024-05-08 00:22:00 +00:00
|
|
|
- name: "[Arch] install audio"
|
|
|
|
when: ansible_distribution == "Archlinux"
|
2024-01-25 10:56:08 +00:00
|
|
|
become: yes
|
|
|
|
community.general.pacman:
|
|
|
|
name:
|
2024-05-11 10:55:24 +00:00
|
|
|
- pavucontrol
|
|
|
|
- pasystray
|
2024-01-25 10:56:08 +00:00
|
|
|
- pipewire
|
|
|
|
- pipewire-alsa
|
|
|
|
- pipewire-pulse
|
|
|
|
- wireplumber
|