Add missing apache2 modules for forgejo

This commit is contained in:
Tunui Franken 2024-04-01 16:42:09 +02:00
parent f27a0901c5
commit c3ebf02781

View file

@ -1,5 +1,5 @@
---
- name: Enable proxy modules
- name: Enable needed modules
become: true
community.general.apache2_module:
name: "{{ item }}"
@ -7,6 +7,8 @@
with_items:
- proxy
- proxy_http
- rewrite
- ssl
notify: Reload apache2 service
- name: Copy vHost conf