From 567078d7c3ac7190d6748f0cfcd535e82912a12b Mon Sep 17 00:00:00 2001 From: kadecole Date: Thu, 18 Jun 2015 00:23:06 -0500 Subject: Add a managed ntp.conf template. --- handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 handlers/main.yml (limited to 'handlers') 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 -- cgit v1.2.1