Add missing endfor in dashboard template

This commit is contained in:
KemoNine 2020-08-10 19:52:19 -04:00
parent 4ec76d3083
commit 5e85bf1df0
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
<li><a href="http://{{ dispatcher_dashboard_ip }}:8384">dispatcher</a></li>
{% for frame in groups['frames'] %}
<li><a href="http://{{ hostvars[frame].dispatcher_dashboard_ip }}:8384">{{ hostvars[frame].inventory_hostname }}</a></li>
{% endfor %}
</ul>
</body>
</html>