homeserver/roles/mgrote.mount_cifs/templates/smb_passwords

5 lines
97 B
Text
Raw Normal View History

2021-02-13 20:00:26 +01:00
{% for item in cifs_mounts %}
username={{ item.user }}
password={{ item.password }}
{% endfor %}