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

Fixes: issue #5
This commit is contained in:
2026-04-26 17:30:31 -04:00
parent 120a2b5a93
commit 728a897fec

View File

@@ -29,6 +29,15 @@
key: network
notify: restart network
- name: Tear down the default wifi-iface(s)
uci:
config: wireless
command: absent
section: "{{ item }}"
loop:
- default_radio0
- default_radio1
- name: Setup wireless devices (radios)
uci:
command: section