Fix crictl with Docker (#7081)
This commit is contained in:
parent
161c7e9fce
commit
c971debd15
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@
|
|||
- name: install crictl
|
||||
import_role:
|
||||
name: container-engine/crictl
|
||||
when: not skip_downloads|default(false)
|
||||
when:
|
||||
- not skip_downloads|default(false)
|
||||
- container_manager in ['containerd', 'crio']
|
||||
|
||||
- name: download | Get kubeadm binary and list of required images
|
||||
include_tasks: prep_kubeadm_images.yml
|
||||
|
|
Loading…
Reference in a new issue