Load Apache proxy module

This commit is contained in:
Romain Dessort 2017-03-29 12:08:50 -04:00
parent 29c921a39d
commit 07a24c8438

View file

@ -23,3 +23,8 @@
owner: root
group: root
notify: reload apache2
- name: Enable proxy module for Apache
apache2_module:
name: proxy
notify: reload apache2