From 208f6b2e6daa49c252815abfdf9ec271080d7671 Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Mon, 11 Apr 2022 18:10:59 -0400 Subject: [PATCH] Enable alias and proxy Apache2 modules --- tasks/apache2_modules.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/apache2_modules.yaml b/tasks/apache2_modules.yaml index 40c8479..524fe44 100644 --- a/tasks/apache2_modules.yaml +++ b/tasks/apache2_modules.yaml @@ -4,6 +4,8 @@ name: rewrite state: present with_items: + - alias + - proxy - rewrite - headers - env