Fixed typo in apache2_modules

This commit is contained in:
Corbin Bartsch 2022-04-11 18:15:40 -04:00
parent 18d1aa3638
commit 1c5f884a1e
Signed by: coredotbin
GPG Key ID: 32D3B80A08D93212

View File

@ -1,7 +1,7 @@
---
- name: Enable Apache2 modules
community.general.apache2_module:
name: rewrite
name: "{{ item }}"
state: present
with_items:
- alias
@ -13,3 +13,9 @@
- mime
notify:
- Restart Apache
- name: Enable Apache2 module SSL
community.general.apache2_module:
name: ssl
state: present
when: nextcloud_ssl