copr-hypervisor: make sure helpers.py expand correctly

Follows-up: 14b89a2a67
This commit is contained in:
Pavel Raiskup 2026-03-09 19:08:59 +01:00
commit 0262961387

View file

@ -14,7 +14,7 @@ def get_hv_identification_from_pool_id(pool_id):
"qemu+ssh://copr@{{ hostinfo['libvirt_host'] }}/system",
"{{ hostinfo['libvirt_arch'] }}",
# devel uses 0x900+
{% if devel %}"2620:52:6:1161:dead:beef:cafe:c900"{% else %}"2620:52:6:1161:dead:beef:cafe:c100"{% endif %},
{% if devel is defined and devel %}"2620:52:6:1161:dead:beef:cafe:c900"{% else %}"2620:52:6:1161:dead:beef:cafe:c100"{% endif %},
"2620:52:6:1161::1",
)