Fixed typo in apache2_modules
This commit is contained in:
parent
208f6b2e6d
commit
8c1139bc5e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user