From bc3c94239967e5800118a2be0003f2232be31d1f Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 27 Dec 2020 00:10:59 -0600 Subject: [PATCH] Fixes #243: Remove step that disables container-tools on CentOS 8. --- tasks/setup-RedHat.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasks/setup-RedHat.yml b/tasks/setup-RedHat.yml index f6cf7bc..3ff14b0 100644 --- a/tasks/setup-RedHat.yml +++ b/tasks/setup-RedHat.yml @@ -43,10 +43,6 @@ name: container-selinux state: present - - name: Disable container-tools module. - command: dnf -y module disable container-tools - changed_when: false - - name: Ensure containerd.io is installed. package: name: containerd.io