From 2570aa4c86b56285e6044f7f2b05031a56dfc9c0 Mon Sep 17 00:00:00 2001 From: Malcolm Stewart Date: Thu, 19 Feb 2026 09:27:45 -0500 Subject: [PATCH] Fix home assistant iot network interface name --- home_assistant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home_assistant.yaml b/home_assistant.yaml index f367a74..e5f894c 100644 --- a/home_assistant.yaml +++ b/home_assistant.yaml @@ -9,7 +9,7 @@ - name: Create network for iot interface containers.podman.podman_network: name: iot - macvlan: eth1 + macvlan: ens19 - name: Create config directory ansible.builtin.file: path: /var/homeassistant