]> git.proxmox.com Git - ceph.git/blob - ceph/qa/distros/podman/rhel_8.6_container_tools_rhel8.yaml
update ceph source to reef 18.1.2
[ceph.git] / ceph / qa / distros / podman / rhel_8.6_container_tools_rhel8.yaml
1 os_type: rhel
2 os_version: "8.6"
3 overrides:
4 selinux:
5 whitelist:
6 - scontext=system_u:system_r:logrotate_t:s0
7 tasks:
8 - pexec:
9 all:
10 - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
11 - sudo dnf -y module reset container-tools
12 - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest
13 - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf