From 544b6770f8204fb0819a954fc232d3c014cc9d7c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 19 May 2022 14:05:11 -0700 Subject: [PATCH] rhel9: drop mailx and telnet Signed-off-by: Kevin Fenzi --- vars/global.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/global.yml b/vars/global.yml index 76d489a37d..6ae891e443 100644 --- a/vars/global.yml +++ b/vars/global.yml @@ -65,10 +65,10 @@ httpd_maxrequestworkers: 256 # Set a default hostname base to transient. Override in host vars or command line. hostbase: transient -global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients', +global_pkgs_inst: ['bind-utils', 'nc', 'openssh-clients', 'patch', 'postfix', 'rsync', 'strace', 'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh', - 'bash-completion', 'telnet', + 'bash-completion', 'atop', 'htop', 'rsyslog' ] # Set up variables for various files to make sure we don't forget to use. repoSpanner_rpms_http: 8445