Skip to content

Commit

Permalink
[ansible/aur] Fix sudo password for AUR and fix some linting
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 17, 2025
1 parent 9d2c648 commit efc987a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ansible/roles/ovos_installer/tasks/virtualenv/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
name: qt5-webview
use: makepkg
when: ansible_os_family == "Archlinux"
tags:
- skip_ansible_lint

- name: Clone GUI repositories
ansible.builtin.git:
Expand Down
3 changes: 2 additions & 1 deletion ansible/roles/ovos_installer/tasks/virtualenv/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@
when: ansible_os_family == "Archlinux"

- name: Handle fann package from AUR (Arch based only)
become: true
become_user: "{{ ovos_installer_user }}"
kewlfft.aur.aur:
name: fann
use: makepkg
when: ansible_os_family == "Archlinux"
tags:
- skip_ansible_lint

0 comments on commit efc987a

Please sign in to comment.