disabled installation because cimmunity package not available at this stage
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user