removed pulseaudio and enabled/started the pipewire service in the sound

role
This commit is contained in:
aminnairi
2023-12-31 19:24:13 +01:00
parent 65d046bfa5
commit 0714497c73
+10 -5
View File
@@ -19,13 +19,18 @@
pacman:
name: playerctl
state: present
- name: Install Pulseaudio (sound system)
become: true
pacman:
name: pulseaudio
state: present
- name: Install Pulseaudio Systray (system tray volume control)
become: true
pacman:
name: pasystray
state: present
- name: Enable the Pipewire service
become: true
service:
name: pipewire
state: enabled
- name: Start the Pipewire service
become: true
service:
name: pipewire
state: started