added pulseaudio installation

This commit is contained in:
aminnairi
2023-04-16 16:47:45 +02:00
parent 542caa0615
commit 94cde63a7d
+5
View File
@@ -53,6 +53,11 @@
pacman: pacman:
name: rsync name: rsync
state: present state: present
- name: Install Pulseaudio (sound system)
become: true
pacman:
name: pulseaudio
state: present
- name: Install Pulseaudio Systray (system tray volume control) - name: Install Pulseaudio Systray (system tray volume control)
become: true become: true
pacman: pacman: