mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 02:30:03 -03:30
[download] fix dependencies for downloads
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2cd8c51a07
commit
c2700266b0
@@ -20,7 +20,3 @@
|
||||
notify:
|
||||
- Get crictl completion
|
||||
- Install crictl completion
|
||||
|
||||
- name: Set fact crictl_installed
|
||||
set_fact:
|
||||
crictl_installed: true
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
---
|
||||
- name: install crictĺ
|
||||
include_tasks: crictl.yml
|
||||
when: not crictl_installed | default(false)
|
||||
|
||||
Reference in New Issue
Block a user