From 92869f5bc3ec00c270d0d4edf14ba56cc385b276 Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Mon, 10 Mar 2025 20:38:59 +0100 Subject: [PATCH] remove unnecessary RPM --- audio.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/audio.yaml b/audio.yaml index 9fc9279..1f0bc4b 100644 --- a/audio.yaml +++ b/audio.yaml @@ -15,7 +15,7 @@ - name: Add Pipewire config to environment ansible.builtin.lineinfile: path: /etc/environment - search_string: 'PIPEWIRE_LATENCY=128/48000' + search_string: 'PIPEWIRE_LATENCY=256/48000' line: PIPEWIRE_LATENCY=128/48000 tasks: - name: Install music flatpaks @@ -31,14 +31,9 @@ - ar.com.tuxguitar.TuxGuitar - studio.kx.carla - org.freedesktop.LinuxAudio.Plugins.sfizz//24.08 - #- org.freedesktop.LinuxAudio.Plugins.Guitarix//24.08 - #- org.freedesktop.LinuxAudio.Plugins.DrumGizmo//24.08 - #- org.freedesktop.LinuxAudio.Plugins.AVLDrums//24.08 - - name: Install RPMs with no flatpak - ansible.builtin.package: - name: - - liquidsfz - state: latest + - org.freedesktop.LinuxAudio.Plugins.Guitarix//24.08 + - org.freedesktop.LinuxAudio.Plugins.DrumGizmo//24.08 + - org.freedesktop.LinuxAudio.Plugins.AVLDrums//24.08 post_tasks: - name: Make sure a realtime services unit enabled