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
@@ -21,7 +21,7 @@
set_fact:
crond: cronie
crond_pattern: cronie
when: ansible_distribution in ("Archlinux")
when: ansible_pkg_mgr == "pacman"
- name: General | Facts | Service | Fedora
set_fact: