From ab478050c52304f4a4ae075510de267de54daa92 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 19 Jan 2026 17:38:31 -0500 Subject: [PATCH] testnode: Install wget on CentOS 9 We were doing this in kickstart via cobbler. Signed-off-by: David Galloway --- roles/testnode/vars/centos_9.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/testnode/vars/centos_9.yml b/roles/testnode/vars/centos_9.yml index 5dfdcbae..af249389 100644 --- a/roles/testnode/vars/centos_9.yml +++ b/roles/testnode/vars/centos_9.yml @@ -67,6 +67,7 @@ packages: # for test-crash.sh - gdb - iozone + - wget epel_packages: - dbench -- 2.47.3