Skip to content

Commit

Permalink
Remove crio package config directly without loop
Browse files Browse the repository at this point in the history
  • Loading branch information
yckaolalala committed Nov 8, 2023
1 parent 4926e40 commit 0a01f05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions roles/container-engine/cri-o/tasks/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,5 @@

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

0 comments on commit 0a01f05

Please sign in to comment.