mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-22 16:04:52 +01:00
Handle empty labels correctly.
This commit is contained in:
parent
510cfb2dac
commit
5f49433f6c
@ -39,6 +39,8 @@ traefik.http.routers.element-call-router.middlewares={{ middlewares | join(',')
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Additional labels (if any) specified by the user
|
# Additional labels (if any) specified by the user
|
||||||
|
{% if matrix_element_call_container_extra_arguments.keys() | length > 0 %}
|
||||||
{% for key, value in matrix_element_call_container_extra_arguments.items() %}
|
{% for key, value in matrix_element_call_container_extra_arguments.items() %}
|
||||||
{{ key }}={{ value }}
|
{{ key }}={{ value }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user