aboutsummaryrefslogtreecommitdiffstats
path: root/roles/web/handlers
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2017-04-19 18:17:40 +0200
committerKristian Lyngstol <kly@kly.no>2017-04-19 18:17:40 +0200
commit4e04c35f04c264d728587a54d0515eef0a42a44b (patch)
tree7850ac76ba7d494014ecc97d54322567ed44af5d /roles/web/handlers
parent5bd19932a886eae468fea8bcb0e30c78f1d45141 (diff)
build/: Make room for new deployment scheme
Diffstat (limited to 'roles/web/handlers')
-rw-r--r--roles/web/handlers/main.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/web/handlers/main.yml b/roles/web/handlers/main.yml
deleted file mode 100644
index 407739b..0000000
--- a/roles/web/handlers/main.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-- name: restart apache
- service: name=apache2 state=restarted