copr_hypervisor: fix libvirt conn host spec

This commit is contained in:
Pavel Raiskup
2025-10-21 20:05:52 +02:00
parent 7ee2364ae6
commit cf97ca7257
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ mac6: ac:1f:6b:a5:4e:f4
mac7: ac:1f:6b:a5:4e:f5
mac8: ac:1f:6b:a5:4e:f6
mac9: ac:1f:6b:a5:4e:f7
libvirt_host: [{{ br0_ipv6_ip }}]
libvirt_host: "[{{ br0_ipv6_ip }}]"
network_connections:
# Bridge profile
- name: br0

View File

@@ -21,7 +21,7 @@ mac6: ac:1f:6b:8a:9a:30
mac7: ac:1f:6b:8a:9a:31
mac8: ac:1f:6b:8a:9a:32
mac9: ac:1f:6b:8a:9a:33
libvirt_host: [{{ br0_ipv6_ip }}]
libvirt_host: "[{{ br0_ipv6_ip }}]"
network_connections:
# Bridge profile
- name: br0

View File

@@ -21,7 +21,7 @@ mac6: ac:1f:6b:a4:e3:b0
mac7: ac:1f:6b:a4:e3:b1
mac8: ac:1f:6b:a4:e3:b2
mac9: ac:1f:6b:a4:e3:b3
libvirt_host: [{{ br0_ipv6_ip }}]
libvirt_host: "[{{ br0_ipv6_ip }}]"
network_connections:
# Bridge profile
- name: br0