ceph/qa/distros/podman/rhel_8.6_container_tools_3.0.yaml
David Galloway b8c4488c55 qa: Default to RHEL8.6 instead of 8.5
Signed-off-by: David Galloway <dgallowa@redhat.com>
2022-06-15 14:13:35 -04:00

14 lines
416 B
YAML

os_type: rhel
os_version: "8.6"
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:3.0
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf