clean json output
Some checks failed
/ test (push) Failing after 11s

This commit is contained in:
Michaël Ricart 2025-02-27 11:25:49 +01:00
parent 8ce916bd11
commit 933f7d8d00
2 changed files with 9 additions and 9 deletions

View file

@ -12,6 +12,11 @@ interface adresses
{{ "{:<10}".format(interface["ifname"]) }} {% for ip in interface["addr_info"] %} {{ ip["local"] }}/{{ ip["prefixlen"]}}{% endfor %}
{% endfor %}========= ==============
routes
######
{{ routes }}
services
--------