apache modules fix

This commit is contained in:
Tommaso Piccioli 2018-10-15 15:37:56 +02:00
parent 8d441d1cb3
commit 66564234bd
1 changed files with 7 additions and 0 deletions

View File

@ -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
apt: pkg=libapache2-mod-rpaf state=present
when: apache_rpaf_install