From bc5b8dca57a76180466e33b6fac570a339a0ad18 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 30 Oct 2019 20:52:36 +0000 Subject: [PATCH] base packages to install: remove ntpdate. It's not in rhel8 and we don't use ntp anymore anyhow. Signed-off-by: Kevin Fenzi --- vars/global.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/global.yml b/vars/global.yml index b049a32856..160d2b4013 100644 --- a/vars/global.yml +++ b/vars/global.yml @@ -65,7 +65,7 @@ hostbase: transient global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients', 'patch', 'postfix', 'rsync', 'strace', 'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh', - 'ntpdate', 'bash-completion', 'telnet', + 'bash-completion', 'telnet', 'atop', 'htop', 'rsyslog' ] # Set up variables for various files to make sure we don't forget to use. repoSpanner_rpms_http: 8445