From 3d54aea283db5ac748de43ff0d6b7400c375a39a Mon Sep 17 00:00:00 2001 From: Ansible Admin Date: Sat, 26 Dec 2015 23:14:54 +0100 Subject: [PATCH] Add ntp hard sync --- install.sn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sn.yml b/install.sn.yml index 2c7809b..77c0d15 100644 --- a/install.sn.yml +++ b/install.sn.yml @@ -110,7 +110,7 @@ with_items: common_required_packages register: aptupdates - name: Set clock - shell: ntpd -q -g + shell: /etc/init.d/ntp stop && /usr/sbin/ntpd -q -g && /etc/init.d/ntp start - name: Add modules lineinfile: dest=/etc/modules line={{ item }} with_items: modules_required