From 25161b558de79ced1a8c09c429ac4ffa0b92cc04 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 1 Jan 2018 10:50:47 -0500 Subject: [PATCH] manually_toggle_AP: false -> hostapd_enabled: True --- roles/network/tasks/hostapd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/tasks/hostapd.yml b/roles/network/tasks/hostapd.yml index cfddbc45b..e5d744d5e 100644 --- a/roles/network/tasks/hostapd.yml +++ b/roles/network/tasks/hostapd.yml @@ -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"