Rewrote apache2_modules tasks
This commit is contained in:
parent
0046605cfd
commit
27489db848
@ -1,35 +1,13 @@
|
|||||||
---
|
---
|
||||||
- name: Enable mod_rewrite
|
- name: Enable Apache2 modules
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
name: rewrite
|
name: rewrite
|
||||||
state: present
|
state: present
|
||||||
notify:
|
with_items:
|
||||||
- Restart Apache
|
- rewrite
|
||||||
|
- headers
|
||||||
- name: Enable mod_headers
|
- env
|
||||||
community.general.apache2_module:
|
- dir
|
||||||
name: headers
|
- mime
|
||||||
state: present
|
|
||||||
notify:
|
|
||||||
- Restart Apache
|
|
||||||
|
|
||||||
- name: Enable mod_env
|
|
||||||
community.general.apache2_module:
|
|
||||||
name: env
|
|
||||||
state: present
|
|
||||||
notify:
|
|
||||||
- Restart Apache
|
|
||||||
|
|
||||||
- name: Enable mod_dir
|
|
||||||
community.general.apache2_module:
|
|
||||||
name: dir
|
|
||||||
state: present
|
|
||||||
notify:
|
|
||||||
- Restart Apache
|
|
||||||
|
|
||||||
- name: Enable mod_mime
|
|
||||||
community.general.apache2_module:
|
|
||||||
name: mime
|
|
||||||
state: present
|
|
||||||
notify:
|
notify:
|
||||||
- Restart Apache
|
- Restart Apache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user