Insert newline before fragment or image

This commit is contained in:
Corbin Bartsch 2023-10-28 15:17:05 -04:00 committed by Corbin Bartsch
parent 4fc2d8547f
commit 14a67f676b
Signed by: coredotbin
GPG Key ID: B03E030E4322E9D5

View File

@ -3,8 +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 %}