Merge pull request #424 from rpetti/fix-runc-conflict-on-rhel

remove runc, as it conflicts with containerd
This commit is contained in:
Jeff Geerling
2023-09-28 16:53:38 +00:00
committed by GitHub

View File

@@ -44,6 +44,11 @@
- name: Configure containerd on RHEL 8.
block:
- name: Ensure runc is not installed.
package:
name: runc
state: absent
- name: Ensure container-selinux is installed.
package:
name: container-selinux