From ed8fbb1daaf5f2d26aae53e8f85b4b6b54030f24 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 19 Oct 2019 17:11:43 +0000 Subject: [PATCH] global: remove libselinux-python from install packages. We don't want it on f31+ and it's installed by basessh on any other host that needs it. 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 f2fd90b7fb..b049a32856 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', - 'libselinux-python', 'ntpdate', 'bash-completion', 'telnet', + 'ntpdate', '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