Build jack.

This commit is contained in:
Tom Alexander
2024-05-10 18:51:17 -04:00
parent 5fa7f918a1
commit c7610fe917
7 changed files with 25 additions and 22 deletions

View File

@@ -0,0 +1 @@
mac_priority_load="YES"

View File

@@ -11,7 +11,6 @@
- pavucontrol
state: present
- name: Configure sysctls
ignore_errors: true
when: sound_default_unit is defined
@@ -25,3 +24,13 @@
loop:
- name: hw.snd.default_unit
value: "{{ sound_default_unit }}"
- name: Install loader.conf
copy:
src: "files/{{ item }}_loader.conf"
dest: "/boot/loader.conf.d/{{ item }}.conf"
mode: 0644
owner: root
group: wheel
loop:
- realtime_priority