remove unnecessary RPM
This commit is contained in:
parent
796a2b54e6
commit
92869f5bc3
1 changed files with 4 additions and 9 deletions
13
audio.yaml
13
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
|
||||
|
|
Loading…
Add table
Reference in a new issue