From af6a263a1eced558a322e52252831633b5b2a9a0 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 25 Aug 2022 13:33:41 -0400 Subject: [PATCH] cobbler: Install python3-pip on CentOS9 during kickstart Needed for container-host role during the postinstall trigger. Signed-off-by: David Galloway --- roles/cobbler/templates/snippets/cephlab_packages_rhel | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/cobbler/templates/snippets/cephlab_packages_rhel b/roles/cobbler/templates/snippets/cephlab_packages_rhel index 1b8ef8e2..e883a031 100644 --- a/roles/cobbler/templates/snippets/cephlab_packages_rhel +++ b/roles/cobbler/templates/snippets/cephlab_packages_rhel @@ -23,6 +23,7 @@ NetworkManager-initscripts-updown # CentOS 9 Stream only packages centos-gpg-keys -subscription-manager +python3-pip #end if ## These packages are not available in CentOS 9 Stream #if int($distro_ver_major) < 9 -- 2.47.3