From 86a89be678f9e08f9b90d81c35556bc33495b806 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 25 Nov 2023 23:43:27 -0500 Subject: [PATCH] Add pipewire jack replacement. --- ansible/roles/sound/tasks/linux.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/roles/sound/tasks/linux.yaml b/ansible/roles/sound/tasks/linux.yaml index 10293f3..f3fc259 100644 --- a/ansible/roles/sound/tasks/linux.yaml +++ b/ansible/roles/sound/tasks/linux.yaml @@ -13,7 +13,7 @@ # name: [] # state: present # update_cache: true - + - name: Install packages package: name: @@ -21,4 +21,6 @@ - pipewire-pulse - wireplumber - pavucontrol + - pipewire-jack + - lib32-pipewire-jack state: present