ansible-role-samba/templates/smbusers.j2

4 lines
85 B
Plaintext
Raw Normal View History

2017-12-28 07:40:28 +00:00
{% for entry in samba_username_map %}
{{ entry.to }} = {{ entry.from }}
{% endfor %}