add handlers for apache role

This commit is contained in:
Gregory Colpart 2016-12-26 20:43:42 +01:00
parent d8a40ce843
commit 5fb95a8685

6
apache/handlers/main.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: restart apache
service:
name: apache2
state: restarted