From 71c31e0ce93fad7471539fea36bae733e03dbb22 Mon Sep 17 00:00:00 2001
From: Paul Maruhn <paulmaruhn@posteo.de>
Date: Sat, 20 Nov 2021 03:17:02 +0100
Subject: [PATCH] install all necessary nginx packages

---
 roles/services/tasks/nginx.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/roles/services/tasks/nginx.yml b/roles/services/tasks/nginx.yml
index dc9d90c..a6852f3 100644
--- a/roles/services/tasks/nginx.yml
+++ b/roles/services/tasks/nginx.yml
@@ -5,7 +5,10 @@
     state: present
     install_recommends: no
     update_cache: yes
-    name: nginx-full
+    name:
+      - nginx-full
+      - libnginx-mod-http-fancyindex
+      - libnginx-mod-http-headers-more-filter
 
 - name: copy snippets
   copy:
-- 
GitLab