From bb11cfdbb37a65da3e15ff6d29411bdbf35dabcb Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Wed, 6 Sep 2017 20:17:43 +0200 Subject: [PATCH] Enable NTP service in common Ansible role --- operations/common/tasks/time.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/operations/common/tasks/time.yml b/operations/common/tasks/time.yml index d948524..06b3663 100644 --- a/operations/common/tasks/time.yml +++ b/operations/common/tasks/time.yml @@ -23,4 +23,5 @@ - name: Start NTP daemon service: name: ntp + enabled: yes state: started