ansible-config/roles/ntp-server/handlers/main.yml

6 lines
71 B
YAML
Raw Normal View History

2015-08-29 22:27:47 +02:00
---
- name: restart ntpd
2017-02-05 13:47:57 +01:00
service:
name: ntp
state: restarted