Remove the installation of ntp from basic-setup.

This commit is contained in:
Andrea Dell'Amico 2021-07-22 17:00:14 +02:00
parent 72bcfc579b
commit 0159d76b20
Signed by untrusted user: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@ centos_packages_to_install:
- policycoreutils-python - policycoreutils-python
- firewalld - firewalld
- ipset - ipset
- ntp
- psmisc - psmisc
- tcpdump - tcpdump
- tuned - tuned
@ -37,8 +36,6 @@ centos_packages_from_epel:
- htop - htop
- lbzip2 - lbzip2
centos_ntpd_enabled: True
centos_packages_cleanup: True centos_packages_cleanup: True
centos_remove_avahi: False centos_remove_avahi: False
centos_remove_networkmanager: False centos_remove_networkmanager: False