From 8d65c9687c9aa14390823ff6b88ed396aa5a9456 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 31 Mar 2025 10:44:51 -0700 Subject: [PATCH] global: swap out atop for btop 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 f28b7574af..8545c2aeb9 100644 --- a/vars/global.yml +++ b/vars/global.yml @@ -24,7 +24,7 @@ global_pkgs_inst: ['bind-utils', 'nc', 'openssh-clients', 'patch', 'postfix', 'rsync', 'strace', 'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh', 'bash-completion', - 'atop', 'htop', 'rsyslog'] + 'btop', 'htop', 'rsyslog'] # Set up variables for various files to make sure we don't forget to use. repoSpanner_rpms_http: 8445 repoSpanner_ansible_http: 8443