Fixed wiki index if host is unreachable
This commit is contained in:
parent
ea68badfd7
commit
b0f743cccc
|
@ -17,7 +17,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
===== Hosts ohne systemd =====
|
===== Hosts ohne systemd =====
|
||||||
{% for h in hostvars|sort if hostvars[h]['ansible_service_mgr'] != 'systemd' %}
|
{% for h in hostvars|sort if hostvars[h]['ansible_service_mgr'] is defined and hostvars[h]['ansible_service_mgr'] != 'systemd' %}
|
||||||
* [[ {{ h }} | {{ h }} ({{ hostvars[h]['ansible_service_mgr'] }}) ]]
|
* [[ {{ h }} | {{ h }} ({{ hostvars[h]['ansible_service_mgr'] }}) ]]
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue