From 538f1f1a68a41a7857fc6e12d5d2a8b98589676a Mon Sep 17 00:00:00 2001
From: Douglas Schilling Landgraf <dougsland@gmail.com>
Date: Mon, 16 Dec 2019 05:53:36 -0500
Subject: [PATCH] cri-o: redhat.yml - remove package cri-tools (#5444)

There is no cri-tools package in CentOS/EPEL/Red Hat.
Additionally, cri-tools is provided into the installation via
roles/download/defaults/main.yml:104:crictl_download_url.
---
 roles/container-engine/cri-o/vars/redhat.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/roles/container-engine/cri-o/vars/redhat.yml b/roles/container-engine/cri-o/vars/redhat.yml
index 51416807b..d1924fc58 100644
--- a/roles/container-engine/cri-o/vars/redhat.yml
+++ b/roles/container-engine/cri-o/vars/redhat.yml
@@ -1,7 +1,6 @@
 ---
 crio_packages:
   - cri-o
-  - cri-tools
   - oci-systemd-hook
 
 crio_service: crio
-- 
GitLab