[mailman3] Another missed variable rename
Fixing failing CI is not easy
This commit is contained in:
parent
e2f51bea3b
commit
c3dac79544
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue