---
- name: restart chrony
  service:
    name: "{{ chrony_service_name }}"
    state: restarted
  when: chrony_service_enabled

# vim:ft=yaml.ansible: