mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
[download] fix dependencies for downloads
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2cd8c51a07
commit
c2700266b0
3
roles/container-engine/cri-o/meta/main.yml
Normal file
3
roles/container-engine/cri-o/meta/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
dependencies:
|
||||
- role: container-engine/crictl
|
||||
@@ -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