Skip to content

Commit

Permalink
Let handler (re)start zookeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
veger committed Oct 31, 2016
1 parent 625ad03 commit c92b7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/common-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
notify:
- Restart zookeeper

- name: Start zookeeper service
service: name=zookeeper state=started enabled=yes
- name: Enable zookeeper service
service: name=zookeeper enabled=yes
tags: deploy

0 comments on commit c92b7a1

Please sign in to comment.