ensure-dib: Add podman and rootlesskit

Without that containerfile element based builds are not working.

Skipping focal because rootlesskit does not exist there.

Change-Id: I4800d327529b3b8479b359080512af19fab226f3
This commit is contained in:
Michal Nasiadka
2025-05-14 06:49:56 +02:00
parent 5ee6dfad4d
commit 37efc9ac17

View File

@@ -29,11 +29,14 @@
- name: Install dnf and dnf download
when: ansible_distribution_release != "focal"
block:
- name: Install dnf
- name: Install dnf and podman
become: true
package:
state: present
name: dnf
name:
- dnf
- podman
- rootlesskit
# There is a Debian package for dnf-plugins-core but it breaks and replaces
# zypper which we also want to install. Prior to dnf-plugins-core existing