Ensure cron is running.
This commit is contained in:
		@@ -1,6 +1,16 @@
 | 
			
		||||
---
 | 
			
		||||
# Enable and disable services.
 | 
			
		||||
 | 
			
		||||
## Cron ##
 | 
			
		||||
 | 
			
		||||
- name: General | Software | Services | Enable CROND
 | 
			
		||||
  service:
 | 
			
		||||
    name: "{{ crond }}"
 | 
			
		||||
    pattern: "{{ crond_pattern }}"
 | 
			
		||||
    state: started
 | 
			
		||||
    enabled: yes
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## SSHFS ##
 | 
			
		||||
 | 
			
		||||
- name: General | Software | Services | Enable SSHD (Linux?)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user