From 4926e40c7c2d33c2404988d2b27ddb8e665fdcf2 Mon Sep 17 00:00:00 2001 From: yunchung-kao Date: Thu, 2 Nov 2023 10:58:18 +0800 Subject: [PATCH] Remove crio package configuration --- roles/container-engine/cri-o/tasks/cleanup.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/container-engine/cri-o/tasks/cleanup.yaml b/roles/container-engine/cri-o/tasks/cleanup.yaml index 2b8251c4e46..78177aa992f 100644 --- a/roles/container-engine/cri-o/tasks/cleanup.yaml +++ b/roles/container-engine/cri-o/tasks/cleanup.yaml @@ -118,3 +118,10 @@ - cri-o - cri-o-runc - oci-systemd-hook + +- name: CRI-O | Remove CRI-O package configuration files + file: + name: "{{ item }}" + state: absent + loop: + - /etc/crio/crio.conf.d/01-crio-runc.conf \ No newline at end of file