Fix chrony restart error

This commit is contained in:
2019-10-05 16:40:45 -05:00
parent db3ccb5769
commit bdb914b03b
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
---
- name: reload chrony
- name: restart chrony
service:
name: "{{ chrony_service_name }}"
state: reloaded
state: restarted
when: chrony_service_enabled
# vim:ft=yaml.ansible: