mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
Add newlines.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user