[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

@@ -0,0 +1,3 @@
---
dependencies:
- role: container-engine/crictl

View File

@@ -20,7 +20,3 @@
notify:
- Get crictl completion
- Install crictl completion
- name: Set fact crictl_installed
set_fact:
crictl_installed: true

View File

@@ -1,4 +1,3 @@
---
- name: install crictĺ
include_tasks: crictl.yml
when: not crictl_installed | default(false)