Skip to content

Commit

Permalink
[ansible/gui] Try without become
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 11, 2025
1 parent 55edb7b commit 6fdf0d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible/roles/ovos_installer/tasks/virtualenv/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
when: ansible_os_family == "Archlinux"

- name: Handle qt5-webview package from AUR (Arch based only)
become: true
become_user: "{{ ovos_installer_user }}"
kewlfft.aur.aur:
name: qt5-webview
Expand Down

0 comments on commit 6fdf0d1

Please sign in to comment.