vn-ansible/roles/config-ntp/handlers/main.yaml

5 lines
135 B
YAML

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