summaryrefslogtreecommitdiff
path: root/roles/apache/handlers/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apache/handlers/main.yaml')
-rw-r--r--roles/apache/handlers/main.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/apache/handlers/main.yaml b/roles/apache/handlers/main.yaml
new file mode 100644
index 0000000..ca5b41d
--- /dev/null
+++ b/roles/apache/handlers/main.yaml
@@ -0,0 +1,3 @@
+---
+- name: Reload apache
+ service: name=apache2 state=reloaded