aur helper

This commit is contained in:
2026-01-12 14:31:06 +01:00
parent 24f5e5b221
commit ca87edbfb1
5 changed files with 14 additions and 11 deletions

View File

@@ -22,10 +22,10 @@
validate: "visudo -cf %s"
when: ansible_facts['os_family'] == "Archlinux"
# - name: "[Arch] Install AUR helper"
# community.general.aur:
# name: "{{ aur_helper }}"
# state: present
# use: makepkg
# become_user: "{{ aur_build_user }}"
# when: ansible_facts['os_family'] == "Archlinux"
- name: "[Arch] Install AUR helper"
community.general.aur:
name: "{{ aur_helper }}"
state: present
use: makepkg
become_user: "{{ aur_build_user }}"
when: ansible_facts['os_family'] == "Archlinux"