forked from infra/ansible
copr-hypervisor: make sure helpers.py expand correctly
Follows-up: 14b89a2a67
This commit is contained in:
parent
538f6e5df0
commit
0262961387
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue