kubekey/builtin/capkk/roles/init/init-artifacts/tasks/main.yaml
liujian 86ff6371b6
Uninstall docker interface (#2478)
Signed-off-by: joyceliu <joyceliu@yunify.com>
Co-authored-by: joyceliu <joyceliu@yunify.com>
2025-03-05 18:55:12 +08:00

18 lines
479 B
YAML

---
- name: Create binaries dir
command: |
mkdir -p {{ .binary_dir }}
- name: Download binaries
block:
# the binaries which download binary
- include_tasks: download_binary.yaml
# the binaries which download helm
- include_tasks: download_helm.yaml
# download remote images to local
- name: Download images
image:
pull:
manifests: "{{ .image_manifests | toJson }}"
when: .image_manifests | default list | len | lt 0