edits to comments in Ansible ntp role

This commit is contained in:
troymc 2016-08-26 23:06:02 +02:00
parent d4a749e296
commit bac92372df
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
# ansible/roles/common/handlers/main.yml
# ansible/roles/ntp/handlers/main.yml
- name: restart ntp
service: name=ntp state=restarted

View File

@ -24,3 +24,5 @@
- name: Ensure the ntp service is now started and should start on boot (enabled=yes)
service: name=ntp state=started enabled=yes
become: true
# All notified handlers are executed now (only once each, and only if notified)