summaryrefslogtreecommitdiff
path: root/roles/apache_server/tasks
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-02-15 08:03:59 +0200
committerLars Wirzenius <liw@liw.fi>2022-02-15 08:03:59 +0200
commitb91cb62deb6c2f3e72c4a5dd8004237929056729 (patch)
tree7f678b32c6587443fce346fd687ef535bfa4b7b6 /roles/apache_server/tasks
parent67de6e6151e38615e8c7935139e72d48a194664f (diff)
downloaddebian-ansible-b91cb62deb6c2f3e72c4a5dd8004237929056729.tar.gz
apache_server: allow redirecting a site to another site
Sponsored-by: author
Diffstat (limited to 'roles/apache_server/tasks')
-rw-r--r--roles/apache_server/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/apache_server/tasks/main.yml b/roles/apache_server/tasks/main.yml
index e01d01e..c4f348a 100644
--- a/roles/apache_server/tasks/main.yml
+++ b/roles/apache_server/tasks/main.yml
@@ -67,6 +67,7 @@
name: "{{ item }}"
with_items:
- ssl
+ - rewrite
- name: create dirs for static site contents
file: