5 lines
135 B
YAML
5 lines
135 B
YAML
|
# restart crontab service to apply changes
|
||
|
- name: restart crontab hourly
|
||
|
service:
|
||
|
name: "{{ cron_daemon }}"
|
||
|
state: restarted
|