From 5e85bf1df0fa01bcb4021047648897342f824666 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Mon, 10 Aug 2020 19:52:19 -0400 Subject: [PATCH] Add missing endfor in dashboard template --- roles/dispatcher-dashboard/templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/dispatcher-dashboard/templates/index.html b/roles/dispatcher-dashboard/templates/index.html index b034bbd..98cf46f 100644 --- a/roles/dispatcher-dashboard/templates/index.html +++ b/roles/dispatcher-dashboard/templates/index.html @@ -14,6 +14,7 @@
  • dispatcher
  • {% for frame in groups['frames'] %}
  • {{ hostvars[frame].inventory_hostname }}
  • +{% endfor %}