4 lines
124 B
Text
4 lines
124 B
Text
|
{% for credentials in mosquitto_passwords | default([]) %}
|
||
|
{{ credentials['user'] }}:{{ credentials['hash'] }}
|
||
|
{% endfor %}
|