mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
feat: change download data config in some playbooks (#2778)
Signed-off-by: xuesongzuo@yunify.com <xuesongzuo@yunify.com>
This commit is contained in:
parent
3c612501c0
commit
2ee14ff614
|
|
@ -19,7 +19,7 @@
|
|||
manifests: "{{ .image_manifests | toJson }}"
|
||||
when:
|
||||
- .image_manifests | default list | empty | not
|
||||
- download.download_image
|
||||
- .download.download_image
|
||||
- name: PushImage | Push images to registry
|
||||
tags: ["push","image_registry"]
|
||||
block:
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@
|
|||
manifests: "{{ .image_manifests | toJson }}"
|
||||
when:
|
||||
- .image_manifests | default list | empty | not
|
||||
- download.download_image
|
||||
- .download.download_image
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
- name: ImageRegistry | Synchronize images to remote host
|
||||
when:
|
||||
- .image_manifests | default list | empty | not
|
||||
- download.download_image
|
||||
- .download.download_image
|
||||
copy:
|
||||
src: >-
|
||||
{{ .binary_dir }}/images/
|
||||
|
|
|
|||
Loading…
Reference in New Issue