# restart crontab service to apply changes
- name: restart crontab hourly
  service:
    name: "{{ cron_daemon }}"
    state: restarted