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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user