ansible/roles/chrony/handlers/main.yaml

9 lines
152 B
YAML
Raw Normal View History

2019-03-16 20:34:53 +00:00
---
2019-10-05 21:40:45 +00:00
- name: restart chrony
2019-03-16 20:34:53 +00:00
service:
name: "{{ chrony_service_name }}"
2019-10-05 21:40:45 +00:00
state: restarted
2019-03-16 20:34:53 +00:00
when: chrony_service_enabled
2019-03-27 07:08:13 +00:00
# vim:ft=yaml.ansible: