mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
allow br0 removel
This commit is contained in:
parent
24e421f0a4
commit
e2c641e974
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@
|
|||
src: network/bridge-br0
|
||||
mode: 0600
|
||||
|
||||
- name: Remove br0 in Appliance Mode for NetworkManager
|
||||
file:
|
||||
dest: /etc/NetworkManager/system-connections/bridge-br0
|
||||
state: absent
|
||||
when: iiab_network_mode == "Appliance"
|
||||
|
||||
- name: Stop wpa_supplicant service
|
||||
service:
|
||||
name: wpa_supplicant
|
||||
|
|
Loading…
Reference in a new issue