Add newlines.

This commit is contained in:
Ralph Bean 2015-06-12 16:52:21 +00:00
parent c2fc9578c8
commit e8da4ef9b2

View file

@ -223,7 +223,8 @@ config = dict(
{% for topic, certs in groups['all'] | invert_fedmsg_policy(hostvars) %}
"{{topic}}": [
{% for cert in certs %}
"{{ cert }}",{% endfor %}
"{{ cert }}",
{% endfor %}
],
{% endfor %}
{% endif %}