From d08f10f9c882e0753ec51c3cb567e64550d2b9ad Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 8 Sep 2021 17:04:20 +0300 Subject: [PATCH] roles/common: Fix comment in ntp playbook --- roles/common/tasks/ntp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/common/tasks/ntp.yml b/roles/common/tasks/ntp.yml index e56e491..587df2e 100644 --- a/roles/common/tasks/ntp.yml +++ b/roles/common/tasks/ntp.yml @@ -1,6 +1,7 @@ --- # Hosts running Ubuntu 16.04+ and Debian 9+ use systemd init system and should -# use timedatectl as a network time client instead of the standalone ntp client. +# use systemd-timesyncd as a network time client instead of the standalone ntp +# client. - name: Set timezone when: timezone is defined and ansible_service_mgr == 'systemd'