We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently
- hosts: zookeeper-nodes roles: - role: sleighzy.zookeeper
gives error
TASK [sleighzy.zookeeper : Download Apache ZooKeeper] ************************** fatal: [integrated-test-group-server]: FAILED! => {"changed": false, "dest": "/tmp", "elapsed": 0, "gid": 0, "group": "root", "mode": "01777", "msg": "Request failed", "owner": "root", "response": "HTTP Error 404: Not Found", "size": 32768, "state": "directory", "status_code": 404, "uid": 0, "url": "https://dlcdn.apache.org/zookeeper/zookeeper-3.9.2/apache-zookeeper-3.9.2-bin.tar.gz"}
Seems
https://dlcdn.apache.org/zookeeper/
3.9.2 is gone, but 3.9.3 is there.
It is worth using 3.9.3 by default. ☺️
The text was updated successfully, but these errors were encountered:
Fixed in version 1.3.3 by #55
Sorry, something went wrong.
Thanks @hongbo-miao , this has been updated and released now.
No branches or pull requests
Currently
gives error
Seems
https://dlcdn.apache.org/zookeeper/
3.9.2 is gone, but 3.9.3 is there.
It is worth using 3.9.3 by default.☺️
The text was updated successfully, but these errors were encountered: