From bf8c5532cb24ef9d29fc11c4d9c800f3d07fe1b4 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 14 Feb 2024 18:47:44 +0000 Subject: [PATCH] Fix usb device ports for homeassistant host --- host_vars/homeassistant01.home.foo.sh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_vars/homeassistant01.home.foo.sh.yml b/host_vars/homeassistant01.home.foo.sh.yml index 66a2c30..f5803cf 100644 --- a/host_vars/homeassistant01.home.foo.sh.yml +++ b/host_vars/homeassistant01.home.foo.sh.yml @@ -7,6 +7,6 @@ network_interfaces: - device: eth1 vlan: 30 virt_install_devices: - - 001.004 + - 001.002 - 001.005 - 001.006