Skip to content

Commit

Permalink
Merge pull request #53 from veger/start_once
Browse files Browse the repository at this point in the history
Let handler (re)start zookeeper
  • Loading branch information
ernestas-poskus authored Nov 1, 2016
2 parents 90fc631 + c92b7a1 commit 8d00311
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 8d00311

Please sign in to comment.