@@ -29,6 +29,15 @@
|
|||||||
key: network
|
key: network
|
||||||
notify: restart 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)
|
- name: Setup wireless devices (radios)
|
||||||
uci:
|
uci:
|
||||||
command: section
|
command: section
|
||||||
|
|||||||
Reference in New Issue
Block a user