apache modules fix
This commit is contained in:
parent
8d441d1cb3
commit
66564234bd
|
@ -1,4 +1,11 @@
|
||||||
---
|
---
|
||||||
|
- name: Load the required modules
|
||||||
|
apache2_module: name={{ item }} state=present force=yes
|
||||||
|
with_items: '{{ apache_default_modules }}'
|
||||||
|
notify: apache2 reload
|
||||||
|
ignore_errors: True
|
||||||
|
tags: [ 'apache', 'apache_modules' ]
|
||||||
|
|
||||||
- name: Install the libapache2-mod-rpaf module
|
- name: Install the libapache2-mod-rpaf module
|
||||||
apt: pkg=libapache2-mod-rpaf state=present
|
apt: pkg=libapache2-mod-rpaf state=present
|
||||||
when: apache_rpaf_install
|
when: apache_rpaf_install
|
||||||
|
|
Loading…
Reference in New Issue