ansible/roles/dovecot/templates/auth.j2

6 lines
124 B
Text
Raw Normal View History

2023-12-17 18:08:54 +01:00
{{ ansible_managed | comment }}
{% for user, passwd in dovecot__auth_users.items() %}
{{ user }}:{{ passwd }}
{% endfor %}