Enable cronie service

This commit is contained in:
Bertrand Benjamin 2018-08-26 12:20:05 +02:00
parent dd4e5a51cc
commit 606da18ce7
1 changed files with 5 additions and 3 deletions

View File

@ -10,6 +10,8 @@
dest: /etc/cron.daily/
mode: 755
- name: Enable cronie daemon
service:
name: cronie
state: started
enabled: yes