Skip to content

Commit

Permalink
[ansible] Add user to audio group
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 17, 2023
1 parent 51f230e commit fb99424
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/ovos_installer/tasks/sound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
- pipewire-alsa
- alsa-utils

- name: Add {{ ovos_installer_user }} to audio group
ansible.builtin.user:
name: "{{ ovos_installer_user }}"
groups: audio
append: true

- name: Enable lingering for {{ ovos_installer_user }}
ansible.builtin.file:
path: "/var/lib/systemd/linger/{{ ovos_installer_user }}"
Expand Down

0 comments on commit fb99424

Please sign in to comment.