forked from ccchb/ansible
6 lines
145 B
Text
6 lines
145 B
Text
|
{% for domain, users in dovecot_users.items() %}
|
|||
|
{% for name, password in users.items() %}
|
|||
|
{{ name }}@{{ domain }} OK
|
|||
|
{% endfor %}
|
|||
|
{% endfor %}
|