summaryrefslogtreecommitdiffstats
path: root/qa/distros/podman/rhel_8.6_container_tools_rhel8.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'qa/distros/podman/rhel_8.6_container_tools_rhel8.yaml')
-rw-r--r--qa/distros/podman/rhel_8.6_container_tools_rhel8.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/qa/distros/podman/rhel_8.6_container_tools_rhel8.yaml b/qa/distros/podman/rhel_8.6_container_tools_rhel8.yaml
deleted file mode 100644
index be94ed69e..000000000
--- a/qa/distros/podman/rhel_8.6_container_tools_rhel8.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-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:rhel8 --allowerasing --nobest
- - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf