Fix wrong id for infra parent interface

This commit is contained in:
2026-02-19 10:00:24 -05:00
parent 792f114014
commit 9ae191dd5c

View File

@@ -10,10 +10,10 @@
containers.podman.podman_network: containers.podman.podman_network:
name: iot name: iot
macvlan: ens19 macvlan: ens19
- name: Create network for iot interface - name: Create network for infra interface
containers.podman.podman_network: containers.podman.podman_network:
name: infra name: infra
macvlan: ens19 macvlan: ens18
- name: Create config directory - name: Create config directory
ansible.builtin.file: ansible.builtin.file:
path: /var/homeassistant path: /var/homeassistant