mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update roles/network/tasks/hostapd.yml
This commit is contained in:
parent
9142cde8ff
commit
ffe33ac76d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
enabled: no
|
||||
masked: no
|
||||
|
||||
- name: Disable hostapd when not using ap0 and wifi gateway present or no WiFi hardware present
|
||||
- name: Disable hostapd when not using ap0 and wifi gateway present, or no WiFi hardware present
|
||||
set_fact:
|
||||
hostapd_enabled: False
|
||||
when: (not wifi_up_down and discovered_wireless_iface == iiab_wan_iface) or discovered_wireless_iface == "none"
|
||||
|
|
Loading…
Reference in a new issue