mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 11:11:15 -03:30
fix broken ubuntu containerd engine (#5002)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
fb9103acd3
commit
fbbfff3795
@@ -101,7 +101,7 @@
|
||||
|
||||
- name: Check if runc is installed
|
||||
stat:
|
||||
path: /usr/sbin/runc
|
||||
path: "{{ runc_binary }}"
|
||||
register: runc_stat
|
||||
|
||||
- name: Install runc package if necessary
|
||||
|
||||
Reference in New Issue
Block a user