summaryrefslogtreecommitdiffstats
path: root/handlers
diff options
context:
space:
mode:
authorJeff Geerling <geerlingguy@mac.com>2016-03-03 22:45:52 -0600
committerJeff Geerling <geerlingguy@mac.com>2016-03-03 22:45:52 -0600
commit9c0a3ce4ff0c8bc00dbb8497193c2fc5f015c5aa (patch)
tree103fd05671d52dfab54cb7c38d08a747bff057c6 /handlers
parent567078d7c3ac7190d6748f0cfcd535e82912a12b (diff)
downloadntp-9c0a3ce4ff0c8bc00dbb8497193c2fc5f015c5aa.tar.gz
ntp-9c0a3ce4ff0c8bc00dbb8497193c2fc5f015c5aa.tar.bz2
ntp-9c0a3ce4ff0c8bc00dbb8497193c2fc5f015c5aa.tar.xz
ntp-9c0a3ce4ff0c8bc00dbb8497193c2fc5f015c5aa.zip
NTP configuration cleanup and add documentation for new vars.
Diffstat (limited to 'handlers')
-rw-r--r--handlers/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/main.yml b/handlers/main.yml
index ee25a57..eb57480 100644
--- a/handlers/main.yml
+++ b/handlers/main.yml
@@ -1,3 +1,3 @@
---
- name: restart ntp
- service: name={{ ntp_daemon }} state=restarted
+ service: "name={{ ntp_daemon }} state=restarted"