forked from ccchb/ansible
8 lines
182 B
Text
8 lines
182 B
Text
|
# {{ ansible_managed }}
|
||
|
|
||
|
{% for list in mlmmj_lists %}
|
||
|
{% for address in list.addresses %}
|
||
|
{{ address }} {{ list.domain }}--{{ list.name }}@localhost.mlmmj
|
||
|
{% endfor %}
|
||
|
{% endfor %}
|