AnsibleShipyard / ansible-zookeeper

Ansible playbook for ZooKeeper
MIT License
95 stars 114 forks source link

zookeeper version 3.4.9 is unavailable #73

Closed gavin-meyers closed 6 years ago

gavin-meyers commented 6 years ago

Need to update the zookeeper version to something other than 3.4.9. This version is unavailable. and the role fails when we run the playbook.

Please update to the latest (3.4.11) or provide a way to override the version.

Created a pull req: https://github.com/AnsibleShipyard/ansible-zookeeper/pull/74

Light-Gao commented 6 years ago

The default configuration of zookeeper version is in defaults/main.yml. U may change it as needed permanently in defaults/main.yml or just give playbook a temporary value for zookeeper version with -e zookeeper_version=3.4.11 when you run ansible-playbook.

ernestas-poskus commented 6 years ago

Updated in https://github.com/AnsibleShipyard/ansible-zookeeper/pull/78