mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Merge pull request #3892 from jvonau/wpa
don't restart wpa_supplicant when network_manager_active is set
This commit is contained in:
commit
c00ceb7f2a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
state: restarted
|
state: restarted
|
||||||
with_items:
|
with_items:
|
||||||
- wpa_supplicant
|
- 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
|
- name: Enable & Restart networkd-dispatcher.service
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Reference in a new issue