Build jack.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user