mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-18 07:20:19 +01:00
Template test fix for vhost.extra_parameters_directory
This commit is contained in:
parent
3eca397557
commit
cdaa0944a1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
Require all granted
|
Require all granted
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if vhost.extra_parameters_directory %}
|
{% if vhost.extra_parameters_directory is defined %}
|
||||||
{{ vhost.extra_parameters_directory }}
|
{{ vhost.extra_parameters_directory }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
Loading…
Reference in a new issue