AUR, only install if using pacman.

This commit is contained in:
2026-08-04 09:08:21 -07:00
parent 4cf848d4a9
commit 9406d4aca2
+1
View File
@@ -89,6 +89,7 @@
when: ansible_system == "FreeBSD" when: ansible_system == "FreeBSD"
- include_tasks: tasks/general/software/aur.yml - include_tasks: tasks/general/software/aur.yml
when: ansible_pkg_mgr == "pacman"
# Gather again in case missing programs have now been installed. # Gather again in case missing programs have now been installed.
- include_tasks: facts/general/gather.yml - include_tasks: facts/general/gather.yml