Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
Try adding a configuration check
Browse files Browse the repository at this point in the history
Shinken has a 'check' option for its init script which I am trying to use here.
I'm unsure if this is valid ansible syntax - I will fix it shortly if it isn't.
  • Loading branch information
goetzk committed Apr 16, 2017
1 parent be159e0 commit b2385cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
- name: restart shinken arbiter
command: service shinken check
service: name=shinken-arbiter state=restarted

- name: restart shinken broker
command: service shinken check
service: name=shinken-broker state=restarted

0 comments on commit b2385cb

Please sign in to comment.