Fix layout in start.j2 for unreachable hosts

This commit is contained in:
Sven Velt 2023-12-13 14:35:46 +01:00
parent 5e81102477
commit 0ef7eb8905

View file

@ -12,7 +12,7 @@
%}| **{{ hostvars[h]['ansible_distribution'] }}** \\ {{ hostvars[h]['ansible_distribution_version'] }} - {{ hostvars[h]['ansible_distribution_release']|default('-') }}{# %}| **{{ hostvars[h]['ansible_distribution'] }}** \\ {{ hostvars[h]['ansible_distribution_version'] }} - {{ hostvars[h]['ansible_distribution_release']|default('-') }}{#
#}| {{ hostvars[h]['ansible_pkg_mgr'] }} / {{ (hostvars[h]['ansible_facts']['packages'])|default([])|length }} {# #}| {{ hostvars[h]['ansible_pkg_mgr'] }} / {{ (hostvars[h]['ansible_facts']['packages'])|default([])|length }} {#
#}| {{ hostvars[h]['ansible_service_mgr'] }} | #}| {{ hostvars[h]['ansible_service_mgr'] }} |
{% else %}|||||| {% else %}|||||
{% endif %} {% endif %}
{% endfor %} {% endfor %}