Skip to content
Snippets Groups Projects
Unverified Commit c971debd authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Fix crictl with Docker (#7081)

parent 161c7e9f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
- name: install crictl - name: install crictl
import_role: import_role:
name: container-engine/crictl 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 - name: download | Get kubeadm binary and list of required images
include_tasks: prep_kubeadm_images.yml include_tasks: prep_kubeadm_images.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment