arch, change checks for Archlinux to looking for pacman in case forks decide to use their own name in the future.

This commit is contained in:
2026-08-05 16:21:41 -07:00
parent 785db7e893
commit 8e46cb16a5
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
- which
- "{{ cron }}"
state: present
when: ansible_distribution == "Archlinux"
when: ansible_pkg_mgr == "pacman"
- name: General | Software | Packages | Install Fix (Looking at you, openSUSE)
package: