Skip to content
Snippets Groups Projects
Unverified Commit 5ebd305d authored by yun's avatar yun Committed by GitHub
Browse files

remove cri-o using crio_bin_files (#10182)

parent edc73bc3
No related branches found
No related tags found
No related merge requests found
......@@ -81,21 +81,10 @@
tags:
- reset_crio
- name: CRI-O | Remove dpkg hold
dpkg_selections:
name: "{{ item }}"
selection: install
when: ansible_pkg_mgr == 'apt'
changed_when: false
with_items: "{{ crio_packages }}"
tags:
- reset_crio
- name: CRI-O | Uninstall CRI-O package
package:
- name: CRI-O | Remove CRI-O binaries
file:
name: "{{ item }}"
state: absent
when: not is_ostree
with_items: "{{ crio_packages }}"
with_items: "{{ crio_bin_files }}"
tags:
- reset_crio
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment