From afa5c85b2fe407a048dd2d5e41b1163df6a6a34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 19 Jan 2021 10:06:27 +0100 Subject: [PATCH] there is no ntpdate for el8+:x - use chrony --- tasks/cloud_setup_basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index af935d0f9b..2b9bee0404 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -15,7 +15,7 @@ dnf: state: present pkg: - - ntpdate + - chrony - libselinux-python when: ansible_distribution_major_version|int > 7 and ansible_distribution == 'RedHat' and ansible_cmdline.ostree is not defined tags: