remove runc, as it conflicts with containerd

This commit is contained in:
Rob Petti 2023-09-25 12:59:01 -06:00
parent 8bb277bd7f
commit 95d13bf2b8

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