aboutsummaryrefslogtreecommitdiff
path: root/ansible/common/handlers/restart-apache.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/common/handlers/restart-apache.yml')
-rw-r--r--ansible/common/handlers/restart-apache.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/common/handlers/restart-apache.yml b/ansible/common/handlers/restart-apache.yml
new file mode 100644
index 0000000..34acdc4
--- /dev/null
+++ b/ansible/common/handlers/restart-apache.yml
@@ -0,0 +1,3 @@
+---
+- name: restart-apache
+ service: name=apache2 state=restarted