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" validate: "visudo -cf %s"
when: ansible_facts['os_family'] == "Archlinux" when: ansible_facts['os_family'] == "Archlinux"
- name: "[Arch] Install AUR helper" # - name: "[Arch] Install AUR helper"
community.general.aur: # community.general.aur:
name: "{{ aur_helper }}" # name: "{{ aur_helper }}"
state: present # state: present
use: makepkg # use: makepkg
become_user: "{{ aur_build_user }}" # become_user: "{{ aur_build_user }}"
when: ansible_facts['os_family'] == "Archlinux" # when: ansible_facts['os_family'] == "Archlinux"