mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 19:45:44 +08:00
there is no ntpdate for el8+:x - use chrony
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user