#!/usr/bin/ansible-playbook
# vim:ft=ansible:
---
- name: restart cron
  service:
    name: cron
    state: restarted
  become: yes