ceph/qa/distros/podman/rhel_8.5_container_tools_rhel8.yaml
David Galloway fcd512b50b qa: Latest RHEL8 -> RHEL8.5
Signed-off-by: David Galloway <dgallowa@redhat.com>
2022-04-01 15:00:01 -04:00

14 lines
418 B
YAML

os_type: rhel
os_version: "8.5"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
tasks:
- pexec:
all:
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
- sudo dnf -y module reset container-tools
- sudo dnf -y module install container-tools:rhel8
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf