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