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

manually_toggle_AP: True -> hostapd_enabled: False

This commit is contained in:
A Holt 2018-01-01 11:04:30 -05:00 committed by GitHub
parent f6e3d6830b
commit ebd2f3ac61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@
name: hostapd
enabled: yes
state: restarted
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"
#- name: dhcp_server may be affected - starting - user choice
# service: name={{ dhcp_service2 }} state=started