mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
don't restart wpa_supplicant when network_manager_active is set
This commit is contained in:
parent
0c4df6c42c
commit
d52fe013cd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
state: restarted
|
||||
with_items:
|
||||
- wpa_supplicant
|
||||
when: wifi_up_down and hostapd_enabled
|
||||
when: wifi_up_down and hostapd_enabled and not network_manager_active
|
||||
|
||||
- name: Enable & Restart networkd-dispatcher.service
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue