From 50b181ccf8ee2fd01580db3fdb1dbc18e546b21c Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Wed, 29 Dec 2021 11:30:22 +0530 Subject: [PATCH] Sync vars from redhat.yml to redhat-9.yml In terms of EL9, it first loads redhat-9.yaml var and ignores the redhat.yaml var. It ignores the installation of podman packages and which further leads to missing directories. By syncing the required vars from redhat.yml to redhat-9.yml fixes the issue. Closes-Bug: #1955962 Signed-off-by: Chandan Kumar (raukadah) Change-Id: I6c520f31c8f7d720f090596faac0277faa00f90d --- tripleo_ansible/roles/tripleo_podman/vars/redhat-9.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tripleo_ansible/roles/tripleo_podman/vars/redhat-9.yml b/tripleo_ansible/roles/tripleo_podman/vars/redhat-9.yml index 82af80b6d..ff73fc93e 100644 --- a/tripleo_ansible/roles/tripleo_podman/vars/redhat-9.yml +++ b/tripleo_ansible/roles/tripleo_podman/vars/redhat-9.yml @@ -14,5 +14,10 @@ # License for the specific language governing permissions and limitations # under the License. +_tripleo_podman_packages: + - podman + +_tripleo_buildah_packages: + - buildah tripleo_container_default_runtime: crun