blob: ed9cb9cc8a99f181fd58437a2295c12f04f132b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
os_type: centos
os_version: "9.stream"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
tasks:
- pexec:
all:
- sudo dnf install runc nvmetcli nvme-cli -y
- sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf
- sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf
|