Add cron to service variables.

This commit is contained in:
Hyperling 2021-02-20 11:09:24 -06:00
parent ac11404402
commit 300c84c026

@ -11,6 +11,8 @@
sshd: sshd
sshd_pattern: sshd
sshd_config: /etc/ssh/sshd_config
crond: cron
crond_pattern: cron
- name: General | Facts | Service | Linux
@ -18,6 +20,13 @@
when: ansible_system == "Linux"
- name: General | Facts | Service | Linux
set_fact:
crond: cronie
crond_pattern: cronie
when: ansible_distribution == "Archlinux"
- name: General | Facts | Service | FreeBSD
set_fact:
when: ansible_system == "FreeBSD"