Skip to content

Commit

Permalink
Enable sudo for service restart handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
armab committed Aug 30, 2016
1 parent e0bcbf5 commit 41db462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/mongodb/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- name: restart mongodb
sudo: yes
service:
name: mongodb
state: restarted
1 change: 1 addition & 0 deletions roles/rabbitmq/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- name: restart rabbitmq
sudo: yes
service:
name: rabbitmq-server
state: restarted

0 comments on commit 41db462

Please sign in to comment.