Skip to content

Commit 784bf36

Browse files
authored
fix: Use crun in the cri-o distribution and don't use crun role from cri-o role anymore (#12289)
Signed-off-by: Takuya Murakami <[email protected]>
1 parent cbdfad8 commit 784bf36

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

roles/container-engine/cri-o/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ crio_root: "/var/lib/containers/storage"
4444
# The crio_runtimes variable defines a list of OCI compatible runtimes.
4545
crio_runtimes:
4646
- name: crun
47-
path: "{{ crio_runtime_bin_dir }}/crun"
47+
path: "{{ crio_runtime_bin_dir }}/crun" # Use crun in cri-o distributions, don't use 'crun' role
4848
type: oci
4949
root: /run/crun
5050

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22
dependencies:
3-
- role: container-engine/crun
43
- role: container-engine/crictl
54
- role: container-engine/skopeo

0 commit comments

Comments
 (0)