ansible-role-nextcloud/tasks/apache2_modules.yaml
2022-04-10 17:33:13 -04:00

14 lines
212 B
YAML

---
- name: Enable Apache2 modules
community.general.apache2_module:
name: rewrite
state: present
with_items:
- rewrite
- headers
- env
- dir
- mime
notify:
- Restart Apache