Ensure cron is running.
This commit is contained in:
parent
300c84c026
commit
c674ccab56
@ -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?)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user