mirror of https://github.com/easzlab/kubeasz.git
fix: worker节点安装时无法推送dnscache镜像
parent
0798b2855a
commit
b919df4407
|
@ -114,7 +114,6 @@
|
|||
command: "ls {{ base_dir }}/down"
|
||||
register: download_info
|
||||
connection: local
|
||||
run_once: true
|
||||
|
||||
- name: 尝试推送离线dnscache镜像(若执行失败,可忽略)
|
||||
copy: src={{ base_dir }}/down/{{ dnscache_offline }} dest=/opt/kube/images/{{ dnscache_offline }}
|
||||
|
|
Loading…
Reference in New Issue