fix broken ubuntu containerd engine (#5002)

This commit is contained in:
okamototk
2019-07-31 03:58:11 +09:00
committed by Kubernetes Prow Robot
parent fb9103acd3
commit fbbfff3795
2 changed files with 4 additions and 1 deletions

View File

@@ -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