Browse Source

Remove crio package configuration (#10584)

* Remove crio package configuration

* Remove crio package config directly without loop
pull/10606/head
yun 1 year ago
committed by GitHub
parent
commit
7d221be408
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. 5
      roles/container-engine/cri-o/tasks/cleanup.yaml

5
roles/container-engine/cri-o/tasks/cleanup.yaml

@ -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
Loading…
Cancel
Save