[mailman3] Another missed variable rename

Fixing failing CI is not easy
This commit is contained in:
Michal Konecny 2025-03-27 14:29:19 +01:00 committed by zlopez
parent e2f51bea3b
commit c3dac79544

View file

@ -14,7 +14,7 @@
"fields": { "fields": {
"name": "{{ service_data.display_name }}", "name": "{{ service_data.display_name }}",
"sites": [ "sites": [
{% for host in mailman_domains %} {% for host in mailman3_domains %}
{{ loop.index }}{% if not loop.last %},{% endif %} {{ loop.index }}{% if not loop.last %},{% endif %}
{% endfor %} {% endfor %}
], ],