1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2025-09-09 14:09:29 +00:00
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

View File

@@ -0,0 +1,7 @@
---
# handlers file for easyredmine
- name: restart nginx
service: name=nginx
state=restarted
sudo: yes