ansible/roles/ntp/handlers/Debian.yml

6 lines
73 B
YAML
Raw Normal View History

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