aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/mw-frontend/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/mw-frontend/handlers/main.yml')
-rw-r--r--ansible/roles/mw-frontend/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/roles/mw-frontend/handlers/main.yml b/ansible/roles/mw-frontend/handlers/main.yml
new file mode 100644
index 0000000..1b2172f
--- /dev/null
+++ b/ansible/roles/mw-frontend/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: reload apache
+ service:
+ name: apache2
+ state: reloaded