From 314d55b4a15af06cef26b4dcc6dca843cda21f6e Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:28:53 +0200 Subject: [PATCH] added installation of pulse audio system tray --- playbook.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbook.yml b/playbook.yml index 1012e97..b4e67a8 100644 --- a/playbook.yml +++ b/playbook.yml @@ -8,6 +8,11 @@ pacman: name: rsync state: present + - name: Install Pulseaudio Systray (system tray volume control) + become: true + pacman: + name: pasystray + state: present - name: Install ACPID (Power manager) become: true pacman: