Ensure cron is running.

This commit is contained in:
Hyperling 2021-02-20 11:10:36 -06:00
parent 300c84c026
commit c674ccab56

View File

@ -1,6 +1,16 @@
--- ---
# Enable and disable services. # Enable and disable services.
## Cron ##
- name: General | Software | Services | Enable CROND
service:
name: "{{ crond }}"
pattern: "{{ crond_pattern }}"
state: started
enabled: yes
## SSHFS ## ## SSHFS ##
- name: General | Software | Services | Enable SSHD (Linux?) - name: General | Software | Services | Enable SSHD (Linux?)