disabled installation because cimmunity package not available at this stage

This commit is contained in:
2025-12-01 11:18:18 +01:00
parent 26a3000e88
commit 2aa5146af2

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"