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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user