summaryrefslogtreecommitdiff
path: root/playbooks/lamp/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/lamp/handlers/main.yml')
-rw-r--r--playbooks/lamp/handlers/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/lamp/handlers/main.yml b/playbooks/lamp/handlers/main.yml
new file mode 100644
index 0000000..b583d01
--- /dev/null
+++ b/playbooks/lamp/handlers/main.yml
@@ -0,0 +1,7 @@
+---
+# handlers file for lamp
+- name: restarting_apache
+ service:
+ name: '{{apache.service}}'
+ state: restarted
+