Fix crictl with Docker (#7081)

This commit is contained in:
Florian Ruynat 2020-12-23 17:28:26 +01:00 committed by GitHub
parent 161c7e9fce
commit c971debd15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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