mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-08 07:03:28 +01:00
parent
f472547b24
commit
f0499b207a
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
</Directory>
|
||||
{% endif %}
|
||||
{% if vhost.extra_parameters is defined %}
|
||||
{{ vhost.extra_parameters | indent(width=2, first=True, indentfirst=True) }}
|
||||
{{ vhost.extra_parameters | indent(width=2, first=True) }}
|
||||
{% endif %}
|
||||
</VirtualHost>
|
||||
|
||||
|
@ -74,7 +74,7 @@
|
|||
</Directory>
|
||||
{% endif %}
|
||||
{% if vhost.extra_parameters is defined %}
|
||||
{{ vhost.extra_parameters | indent(width=2, first=True, indentfirst=True) }}
|
||||
{{ vhost.extra_parameters | indent(width=2, first=True) }}
|
||||
{% endif %}
|
||||
</VirtualHost>
|
||||
|
||||
|
|
Loading…
Reference in a new issue