check-compose: need a conditional too...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-06-24 19:08:34 -07:00
parent d20635ed36
commit 1aa79a63a6
1 changed files with 2 additions and 0 deletions

View File

@ -26,9 +26,11 @@ json: {{ checkcompose_json }}
{% if checkcompose_loglevel is defined %}
loglevel: {{ checkcompose_loglevel }}
{% endif %}
{% if checkcompose_subvariant_emails is defined %}
{% for subv, recdict in checkcompose_subvariant_emails.items() %}
[{{ subv }}]
{% for rectype, recips in recdict %}
{{ rectype }}: {{ recips|join(' ') }}
{% endfor %}
{% endfor %}
{% endif %}