1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

manually_toggle_AP: false -> hostapd_enabled: True

This commit is contained in:
A Holt 2018-01-01 10:50:47 -05:00 committed by GitHub
parent b8d996d7b3
commit 25161b558d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,4 +52,4 @@
# enabled: yes
state: restarted
name: hostapd.service
when: hostapd_enabled and not manually_toggle_AP and iiab_wireless_lan_iface is defined and iiab_network_mode != "Appliance"
when: hostapd_enabled and iiab_wireless_lan_iface is defined and iiab_network_mode != "Appliance"