From 2dd075b85363a73f9689b174f553bad466bf67fd Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Mon, 12 Feb 2018 17:21:28 -0500 Subject: [PATCH] Check that chrony service is enabled instead of ntpd --- ubuntu/roles/common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/roles/common/tasks/main.yml b/ubuntu/roles/common/tasks/main.yml index e753a82..18b3208 100644 --- a/ubuntu/roles/common/tasks/main.yml +++ b/ubuntu/roles/common/tasks/main.yml @@ -53,6 +53,6 @@ with_items: - haveged - vnstat - - ntp + - chrony - name: Ensure that the periodic APT cron task clears out old kernels and does unattended security upgrades copy: src=10periodic dest=/etc/apt/apt.conf.d/10periodic backup=yes owner=root group=root mode=0644