Skip to content

Commit

Permalink
Fix systemctl path
Browse files Browse the repository at this point in the history
  • Loading branch information
Elie CHARRA committed Jun 23, 2017
1 parent a2f5fbf commit 3c872f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# handlers file for kibatic.traefik
- name: Reload systemd daemon
command: /usr/bin/systemctl daemon-reload
command: systemctl daemon-reload

- name: Restart traefik
command: /usr/bin/systemctl restart traefik
command: systemctl restart traefik

0 comments on commit 3c872f1

Please sign in to comment.