From 9de7ee3abac8eeccfcfc84a64e311f38956af461 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 18 May 2022 13:40:15 -0400 Subject: [PATCH] container-host: Need python3 to install registries-conf-ctl Signed-off-by: David Galloway --- roles/container-host/vars/centos_9.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/container-host/vars/centos_9.yml b/roles/container-host/vars/centos_9.yml index 9ca52e4a..185885ec 100644 --- a/roles/container-host/vars/centos_9.yml +++ b/roles/container-host/vars/centos_9.yml @@ -1,5 +1,6 @@ --- container_packages: - podman + - python3-pip # Doesn't exist yet # - podman-docker -- 2.47.3