add and use common crictl role (#6978)

This commit is contained in:
Hans Feldt
2020-12-05 18:43:25 +01:00
committed by GitHub
parent 8331c1f858
commit 878fe80ca3
8 changed files with 31 additions and 48 deletions

View File

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