ansible-roles/ntpd/handlers/main.yml

6 lines
70 B
YAML
Raw Normal View History

2017-06-02 15:44:00 +02:00
---
- name: restart ntp
service:
name: ntp
state: restarted