Skip to content

Commit

Permalink
Remove crio package configuration (#10584)
Browse files Browse the repository at this point in the history
* Remove crio package configuration

* Remove crio package config directly without loop
  • Loading branch information
yckaolalala authored Nov 8, 2023
1 parent 2d75077 commit 7d221be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/container-engine/cri-o/tasks/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,8 @@
- cri-o
- cri-o-runc
- oci-systemd-hook

- name: CRI-O | Remove CRI-O package configuration files
file:
name: /etc/crio/crio.conf.d/01-crio-runc.conf
state: absent

0 comments on commit 7d221be

Please sign in to comment.