fix jinja
This commit is contained in:
parent
33ada1c876
commit
79bbfa5acf
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
{{% for key, value in mosquitto_config.items() %}}
|
||||
{% for key, value in mosquitto_config.items() %}
|
||||
{{ key }} {{ value }}
|
||||
{{% endfor %}}
|
||||
{% endfor %}
|
||||
|
||||
{{% for listener in mosquitto_listeners %}}
|
||||
{% for listener in mosquitto_listeners %}
|
||||
listener {{ listener.port }} {{ listener.address }}
|
||||
{{% endfor %}}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue