The NTP service name on Debian-family OSes is ntp

This commit is contained in:
troymc 2016-08-26 14:28:50 +02:00
parent a0b1ade755
commit b3e43a3136

View File

@ -2,4 +2,4 @@
# ansible/roles/common/handlers/main.yml
- name: restart ntp
service: name=ntpd state=restarted
service: name=ntp state=restarted