This commit is contained in:
Mark Heiges
2015-11-11 11:43:48 -05:00
commit 459abad2e2
13 changed files with 372 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
# handlers file for easyredmine
- name: restart nginx
service: name=nginx
state=restarted
sudo: yes