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) <chkumar@redhat.com>
Change-Id: I6c520f31c8f7d720f090596faac0277faa00f90d
(cherry picked from commit 50b181ccf8)
This commit is contained in:
Chandan Kumar (raukadah) 2021-12-29 11:30:22 +05:30 committed by chandan kumar
parent ec8d40ac90
commit 8c64593022
1 changed files with 5 additions and 0 deletions

View File

@ -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