Skip to content

Commit

Permalink
Remove crio package configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yckaolalala committed Nov 8, 2023
1 parent c9d6858 commit 4926e40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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,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

0 comments on commit 4926e40

Please sign in to comment.