mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 04:08:02 +03:00
cri-o Switch to libexecdir (#11584)
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
This commit is contained in:
@@ -88,3 +88,11 @@
|
||||
with_items: "{{ crio_bin_files }}"
|
||||
tags:
|
||||
- reset_crio
|
||||
|
||||
- name: CRI-O | Remove CRI-O libexec
|
||||
file:
|
||||
name: "{{ item }}"
|
||||
state: absent
|
||||
with_items: "{{ crio_libexec_files }}"
|
||||
tags:
|
||||
- reset_crio
|
||||
|
||||
Reference in New Issue
Block a user