6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
{% for user in mosquitto_users %}
|
||
|
{{ user.username }}:{{ user.password | mosquitto_passwd }}
|
||
|
{% endfor %}
|