You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/roles/dovecot/templates/auth.j2

6 lines
124 B
Django/Jinja

{{ ansible_managed | comment }}
{% for user, passwd in dovecot__auth_users.items() %}
{{ user }}:{{ passwd }}
{% endfor %}