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

5 lines
135 B
YAML
Raw Normal View History

2023-10-23 11:46:57 +00:00
# restart crontab service to apply changes
- name: restart crontab hourly
service:
name: "{{ cron_daemon }}"
state: restarted