From 95d13bf2b88f78f502998154b11e0d87af72255e Mon Sep 17 00:00:00 2001 From: Rob Petti Date: Mon, 25 Sep 2023 12:59:01 -0600 Subject: [PATCH] remove runc, as it conflicts with containerd --- tasks/setup-RedHat.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/setup-RedHat.yml b/tasks/setup-RedHat.yml index ad337c40..d49316ef 100644 --- a/tasks/setup-RedHat.yml +++ b/tasks/setup-RedHat.yml @@ -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