mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
enabled: no
|
||||||
masked: 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:
|
set_fact:
|
||||||
hostapd_enabled: False
|
hostapd_enabled: False
|
||||||
when: (not wifi_up_down and discovered_wireless_iface == iiab_wan_iface) or discovered_wireless_iface == "none"
|
when: (not wifi_up_down and discovered_wireless_iface == iiab_wan_iface) or discovered_wireless_iface == "none"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue