Sort list of hypervisors
This commit is contained in:
parent
08aad0491e
commit
69c94cec6b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
====== Hypervisor ======
|
||||
|
||||
{% for host in groups['virt_kvm_host'] %}
|
||||
{% for host in groups['virt_kvm_host'] | sort %}
|
||||
* [[cmdb:servers:all:{{ host }}]]
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue