Add comment sign to comment

This commit is contained in:
phil 2023-03-24 19:39:11 +01:00
parent 7cd989d164
commit b6e6218d76

View file

@ -4,7 +4,7 @@
{% if postfix_client_checks is defined %}
{% for client in postfix_client_checks %}
{{ client.comment }}
# {{ client.comment }}
{{ "%-30s %s" | format(client.name, client.state) }}
{% endfor %}
{% endif %}