mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
bad idea NM uses dbus to to call wpa_supplicant
This commit is contained in:
parent
bb487777fa
commit
14bed5f2fc
1 changed files with 0 additions and 10 deletions
|
@ -58,16 +58,6 @@
|
||||||
mode: 0600
|
mode: 0600
|
||||||
when: wan_ip != "dhcp"
|
when: wan_ip != "dhcp"
|
||||||
|
|
||||||
- name: Stop wpa_supplicant service
|
|
||||||
service:
|
|
||||||
name: wpa_supplicant
|
|
||||||
state: stopped
|
|
||||||
when: iiab_wireless_lan_iface is defined and hostapd_enabled and iiab_network_mode != "Appliance"
|
|
||||||
|
|
||||||
- name: Mask wpa_supplicant
|
|
||||||
shell: systemctl mask wpa_supplicant
|
|
||||||
when: iiab_wireless_lan_iface is defined and hostapd_enabled and iiab_network_mode != "Appliance"
|
|
||||||
|
|
||||||
- name: Reload systemd
|
- name: Reload systemd
|
||||||
systemd:
|
systemd:
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
|
|
Loading…
Reference in a new issue