AnsibleShipyard / ansible-zookeeper

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

Let handler (re)start zookeeper #53

Closed veger closed 8 years ago

veger commented 8 years ago

When installing zookeeper it gets (re)started twice, as enabling the service also starts it. After the role finished the handler also (re)starts the service again.

By removing the optional (when enabled is used) state parameter it does not start at this at this task (but when the role finished), preventing (re)starting twice.

ernestas-poskus commented 8 years ago

Thank you for contribution