Fixed typo in apache2_modules
This commit is contained in:
parent
208f6b2e6d
commit
8c1139bc5e
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: Enable Apache2 modules
|
- name: Enable Apache2 modules
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
name: rewrite
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- alias
|
- alias
|
||||||
@ -13,3 +13,9 @@
|
|||||||
- mime
|
- mime
|
||||||
notify:
|
notify:
|
||||||
- Restart Apache
|
- 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