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
|
- name: Add Pipewire config to environment
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/environment
|
path: /etc/environment
|
||||||
search_string: 'PIPEWIRE_LATENCY=128/48000'
|
search_string: 'PIPEWIRE_LATENCY=256/48000'
|
||||||
line: PIPEWIRE_LATENCY=128/48000
|
line: PIPEWIRE_LATENCY=128/48000
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install music flatpaks
|
- name: Install music flatpaks
|
||||||
|
@ -31,14 +31,9 @@
|
||||||
- ar.com.tuxguitar.TuxGuitar
|
- ar.com.tuxguitar.TuxGuitar
|
||||||
- studio.kx.carla
|
- studio.kx.carla
|
||||||
- org.freedesktop.LinuxAudio.Plugins.sfizz//24.08
|
- org.freedesktop.LinuxAudio.Plugins.sfizz//24.08
|
||||||
#- org.freedesktop.LinuxAudio.Plugins.Guitarix//24.08
|
- org.freedesktop.LinuxAudio.Plugins.Guitarix//24.08
|
||||||
#- org.freedesktop.LinuxAudio.Plugins.DrumGizmo//24.08
|
- org.freedesktop.LinuxAudio.Plugins.DrumGizmo//24.08
|
||||||
#- org.freedesktop.LinuxAudio.Plugins.AVLDrums//24.08
|
- org.freedesktop.LinuxAudio.Plugins.AVLDrums//24.08
|
||||||
- name: Install RPMs with no flatpak
|
|
||||||
ansible.builtin.package:
|
|
||||||
name:
|
|
||||||
- liquidsfz
|
|
||||||
state: latest
|
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- name: Make sure a realtime services unit enabled
|
- name: Make sure a realtime services unit enabled
|
||||||
|
|
Loading…
Add table
Reference in a new issue