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
commit 9d51ec8802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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