报错信息:[localhost]: Ansible FAILED! => playbook: local_prepare.yml; TASK: local : download tidb binary; message: {“changed”: false, “msg”: “All items completed”, “results”: [{"_ansible_item_label": {“name”: “tidb”, “url”: “http://download.pingcap.org/tidb-v3.0.9-linux-amd64.tar.gz”, “version”: “v3.0.9”}, “_ansible_item_result”: true, “_ansible_no_log”: false, “_ansible_parsed”: true, “attempts”: 4, “changed”: false, “dest”: “/apps/wangjiafu/tidb-ansible/downloads/tidb-v3.0.9.tar.gz”, “failed”: true, “invocation”: {“module_args”: {“attributes”: null, “backup”: null, “checksum”: “”, “client_cert”: null, “client_key”: null, “content”: null, “delimiter”: null, “dest”: “/apps/wangjiafu/tidb-ansible/downloads/tidb-v3.0.9.tar.gz”, “directory_mode”: null, “follow”: false, “force”: true, “force_basic_auth”: false, “group”: null, “headers”: null, “http_agent”: “ansible-httpget”, “mode”: null, “owner”: null, “regexp”: null, “remote_src”: null, “selevel”: null, “serole”: null, “setype”: null, “seuser”: null, “sha256sum”: “”, “src”: null, “timeout”: 10, “tmp_dest”: null, “unsafe_writes”: null, “url”: “http://download.pingcap.org/tidb-v3.0.9-linux-amd64.tar.gz”, “url_password”: null, “url_username”: null, “use_proxy”: true, “validate_certs”: false}}, “item”: {“name”: “tidb”, “url”: “http://download.pingcap.org/tidb-v3.0.9-linux-amd64.tar.gz”, “version”: “v3.0.9”}, “msg”: “Request failed”, “response”: “HTTP Error 404: Not Found”, “state”: “absent”, “status_code”: 404, “url”: “http://download.pingcap.org/tidb-v3.0.9-linux-amd64.tar.gz”}]}
直接通过 wget http://download.pingcap.org/tidb-v3.0.10-linux-amd64.tar.gz也不行。
http://download.pingcap.org通过chrome打开是个tidb的命令提示符。请问下载链接改到哪儿了。