summaryrefslogtreecommitdiffstats
path: root/handlers
diff options
context:
space:
mode:
authorkadecole <kcole@yahoo.com>2015-06-18 00:23:06 -0500
committerJeff Geerling <geerlingguy@mac.com>2016-03-03 22:35:50 -0600
commit567078d7c3ac7190d6748f0cfcd535e82912a12b (patch)
treeec062a64a2a5b2fa7cc1112d86281e24add57816 /handlers
parent2bfe67855da09a0b3b1cdb0d751b115fa42f1c36 (diff)
downloadntp-567078d7c3ac7190d6748f0cfcd535e82912a12b.tar.gz
ntp-567078d7c3ac7190d6748f0cfcd535e82912a12b.tar.bz2
ntp-567078d7c3ac7190d6748f0cfcd535e82912a12b.tar.xz
ntp-567078d7c3ac7190d6748f0cfcd535e82912a12b.zip
Add a managed ntp.conf template.
Diffstat (limited to 'handlers')
-rw-r--r--handlers/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/handlers/main.yml b/handlers/main.yml
new file mode 100644
index 0000000..ee25a57
--- /dev/null
+++ b/handlers/main.yml
@@ -0,0 +1,3 @@
+---
+ - name: restart ntp
+ service: name={{ ntp_daemon }} state=restarted