From 074dba44531b7d27fe1e71ad2972686017b2d916 Mon Sep 17 00:00:00 2001 From: Martin Kennedy Date: Sun, 26 Apr 2026 17:30:31 -0400 Subject: [PATCH] [WIP] fix: tear down default surplus wifi-iface(s) for: issue #5 --- roles/netconfig/tasks/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/netconfig/tasks/main.yml b/roles/netconfig/tasks/main.yml index 97723b3..e06f398 100644 --- a/roles/netconfig/tasks/main.yml +++ b/roles/netconfig/tasks/main.yml @@ -29,6 +29,16 @@ key: network notify: restart network +- name: Tear down the default wifi-iface(s) + uci: + config: wireless + command: absent + type: wifi-iface + name: "{{ item }}" + loop: + - default_radio0 + - default_radio1 + - name: Setup wireless devices (radios) uci: command: section