1
0
Fork 0
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:
A Holt 2025-01-13 22:19:43 -05:00 committed by GitHub
parent fa8cc5637e
commit 2981a7deaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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