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"

View File

@@ -1,3 +1,3 @@
- name: base | system_setup | hostname
hostname:
name: "{{ hostname | default(ansible_hostname) }}"
name: "{{ hostname | default(ansible_facts['hostname']) }}"

View File

@@ -24,4 +24,7 @@ vim_package: vim
ssh_service: sshd
update_ca: /usr/bin/update-ca-trust
update_ca: /usr/bin/update-ca-trust
aur_build_user: aurbuilduser
aur_helper: paru