Add newlines.
This commit is contained in:
parent
c2fc9578c8
commit
e8da4ef9b2
1 changed files with 2 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue