6 lines
124 B
Text
6 lines
124 B
Text
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
{% for user, passwd in dovecot__auth_users.items() %}
|
||
|
{{ user }}:{{ passwd }}
|
||
|
{% endfor %}
|