remove unnecessary RPM

This commit is contained in:
Chris Cowley 2025-03-10 20:38:59 +01:00
parent 796a2b54e6
commit 92869f5bc3

View file

@ -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