[download] fix dependencies for downloads

This commit is contained in:
Calin Cristian Andrei
2022-06-09 16:54:33 +03:00
committed by Kubernetes Prow Robot
parent 2cd8c51a07
commit c2700266b0
5 changed files with 7 additions and 20 deletions

View File

@@ -7,20 +7,6 @@
- download
- upload
- name: install crictl
import_role:
name: container-engine/crictl
when:
- not skip_downloads|default(false)
- container_manager in ['containerd', 'crio']
- name: install nerdctl
import_role:
name: container-engine/nerdctl
when:
- not skip_downloads|default(false)
- container_manager in ['containerd']
- name: download | Get kubeadm binary and list of required images
include_tasks: prep_kubeadm_images.yml
when: