mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr-backend: another typo in helpers.py
This commit is contained in:
@@ -3,7 +3,7 @@ def get_hv_identification_from_pool_id(pool_id):
|
||||
|
||||
{% for host in groups["copr_hypervisor"] %}
|
||||
{% set hostinfo = groups["copr_hypervisor"][host] %}
|
||||
if pool_id.startswith("{{ hostinfo['libvirt_pool']"):
|
||||
if pool_id.startswith("{{ hostinfo['libvirt_pool'] }}"):
|
||||
return (
|
||||
{{ hostinfo["libvirt_pool_order_id"] }},
|
||||
"qemu+ssh://copr@{{ hostinfo['libvirt_host'] }}/system",
|
||||
|
||||
Reference in New Issue
Block a user