mirror of https://dev.ccchb.de/ccchb/ansible.git
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
|
||
|
{% for list in mlmmj_lists %}
|
||
|
{% for address in list.addresses %}
|
||
|
{{ address }} {{ list.domain }}--{{ list.name }}@localhost.mlmmj
|
||
|
{% endfor %}
|
||
|
{% endfor %}
|