mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 15:43:22 +02:00
7 lines
233 B
Plaintext
7 lines
233 B
Plaintext
![]() |
{% for module in httpd_modules %}
|
||
|
LoadModule {{ module }}_module modules/mod_{{ module }}.so
|
||
|
{% endfor %}
|
||
|
{% for module in httpd_modules_extras | default([]) %}
|
||
|
LoadModule {{ module }}_module modules/mod_{{ module }}.so
|
||
|
{% endfor %}
|