there is no ntpdate for el8+:x - use chrony
This commit is contained in:
parent
0da9feb845
commit
afa5c85b2f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
dnf:
|
dnf:
|
||||||
state: present
|
state: present
|
||||||
pkg:
|
pkg:
|
||||||
- ntpdate
|
- chrony
|
||||||
- libselinux-python
|
- libselinux-python
|
||||||
when: ansible_distribution_major_version|int > 7 and ansible_distribution == 'RedHat' and ansible_cmdline.ostree is not defined
|
when: ansible_distribution_major_version|int > 7 and ansible_distribution == 'RedHat' and ansible_cmdline.ostree is not defined
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue