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:
parent
f6e3d6830b
commit
ebd2f3ac61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue