AnsibleShipyard / ansible-zookeeper

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

I want to change zookeeper_url in china, but i cannot! #83

Open cifaz opened 6 years ago

cifaz commented 6 years ago

Can i push code?

defaults/main.yml

zookeeper_base_url: http://www.us.apache.org/dist/zookeeper/zookeeper
zookeeper_url: "{{ zookeeper_base_url }}-{{zookeeper_version}}/zookeeper-{{zookeeper_version}}.tar.gz"
ernestas-poskus commented 6 years ago

Yes I have commented few required changes in your PR https://github.com/AnsibleShipyard/ansible-zookeeper/pull/84

cifaz commented 6 years ago

done