ansible/roles/ntp/handlers/FreeBSD.yml

6 lines
74 B
YAML
Raw Normal View History

2015-12-13 18:51:08 +01:00
---
- name: Restart ntp
service: name=ntpd state=restarted
2016-03-30 21:40:40 +02:00
tags: ntp