1
0
mirror of https://github.com/openshift/openshift-ansible.git synced 2026-02-05 06:46:04 +01:00

Also install criu

last shipped in 4.11 version 3.15, container modules have 3.18
This commit is contained in:
Scott Dodson
2025-08-21 13:50:06 -04:00
parent 4a329e88ff
commit 018e43af51

View File

@@ -102,9 +102,9 @@
command: dnf module enable container-tools:rhel{{ ansible_distribution_major_version }} -y
ignore_errors: true
- name: Install netavark and fuse-overlayfs from container-tools module
- name: Install packages from container-tools module
dnf:
name: "netavark, fuse-overlayfs"
name: "netavark, fuse-overlayfs, criu"
state: latest
allowerasing: true
disable_gpg_check: true