Change ntp-server role formatting

This commit is contained in:
Alexander Dietrich 2017-02-05 13:47:57 +01:00
commit 9ff6b69b82
2 changed files with 18 additions and 9 deletions

View file

@ -1,3 +1,5 @@
---
- name: restart ntpd
service: name=ntp state=restarted
service:
name: ntp
state: restarted