Skip to content

Commit

Permalink
[ansible/sound] Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 22, 2023
1 parent ad6161f commit 85db73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/tasks/sound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

- name: Re-detect sound server
become: true
become_user: "{{ item.user }}"
become_user: "{{ ovos_installer_user }}"
ansible.builtin.shell:
cmd: |
if pgrep -x "pipewire-pulse$" &>/dev/null || pgrep -x "pulseaudio$" &>/dev/null; then
Expand Down

0 comments on commit 85db73f

Please sign in to comment.