From 0aad55187bae2bc30115e2f8b6efbbd79302c3c7 Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Mon, 12 Feb 2018 17:20:52 -0500 Subject: [PATCH] Replace ntpd with chrony --- 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 91c1b43..e753a82 100644 --- a/ubuntu/roles/common/tasks/main.yml +++ b/ubuntu/roles/common/tasks/main.yml @@ -40,7 +40,7 @@ - build-essential - vnstat - python-dev - - ntp + - chrony - letsencrypt - unattended-upgrades - name: Remove exim4 and consolekit