From: David Galloway Date: Wed, 18 May 2022 17:40:15 +0000 (-0400) Subject: container-host: Need python3 to install registries-conf-ctl X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fc9stream;p=ceph-cm-ansible.git container-host: Need python3 to install registries-conf-ctl Signed-off-by: David Galloway --- 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