Attempt to fix newline before image templating

This commit is contained in:
Corbin Bartsch 2023-10-28 14:08:01 -04:00 committed by Corbin Bartsch
parent c8a2518b31
commit 4fc2d8547f
Signed by: coredotbin
GPG Key ID: B03E030E4322E9D5

View File

@ -3,7 +3,8 @@
services:
{% for container in containers %}
{% if container.active %}
{{ container.service_name }}:{% if container.anchor is defined %} &{{ container.anchor }}{% endif %}
{{ container.service_name }}:{% if container.anchor is defined %} &{{ container.anchor }}
{% endif %}
{% if container.fragment is defined %}
<<: *{{ container.fragment }}
{% else %}