Add a restart handler for taiga back.

This commit is contained in:
Ralph Bean 2015-06-16 15:39:18 +00:00
parent 145a4f3608
commit fc4640c0a1

View file

@ -1,3 +1,6 @@
---
- name: restart postgresql
service: name=postgresql state=restarted
- name: restart taiga-back
service: name=taiga-back state=restarted