[WIP] fix: tear down default surplus wifi-iface(s)

for: issue #5
This commit is contained in:
2026-04-26 17:30:31 -04:00
parent 120a2b5a93
commit 074dba4453

View File

@@ -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