From da4a6660fb87325759de615e3da4b6fad332e7eb Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 2 Jul 2019 00:12:32 +0300 Subject: [PATCH] roles/common: Update comment in tasks/ntp.yml --- roles/common/tasks/ntp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/ntp.yml b/roles/common/tasks/ntp.yml index 97ee8d4..3598ba3 100644 --- a/roles/common/tasks/ntp.yml +++ b/roles/common/tasks/ntp.yml @@ -1,5 +1,5 @@ --- -# Hosts running Ubuntu >= 16.04 and Debian 9 use systemd init system and should +# 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. # Earlier versions of those distros should use the ntp/ntpd package.