mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
hostapd.yml: "Disable the Access Point 'hostapd' service if hostapd_enabled False"
This commit is contained in:
parent
fa8cc5637e
commit
2981a7deaa
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
hostapd_enabled: False
|
||||
when: (not wifi_up_down and discovered_wireless_iface == iiab_wan_iface) or discovered_wireless_iface == "none" or not can_be_ap
|
||||
|
||||
- name: Disable the Access Point 'hostapd' service hostapd_enabled False
|
||||
- name: Disable the Access Point 'hostapd' service if hostapd_enabled False
|
||||
systemd:
|
||||
name: hostapd
|
||||
enabled: no
|
||||
|
|
Loading…
Reference in a new issue