diff --git a/roles/network/tasks/main.yml b/roles/network/tasks/main.yml index 76f54e460..7300081d4 100644 --- a/roles/network/tasks/main.yml +++ b/roles/network/tasks/main.yml @@ -11,8 +11,8 @@ no_net_restart: True # used below in (1) sysd-netd-debian.yml, # (2) debian.yml, (3) rpi_debian.yml when: discovered_wireless_iface == iiab_wan_iface and not reboot_to_AP -# EITHER WAY: hostapd_enabled's state is RECORDED into /etc/iiab/iiab.ini -# (by computed_ntetwork.yml below) for later use by... +# EITHER WAY: hostapd_enabled's state is RECORDED into /etc/iiab/iiab.env +# (happens just below) for later use by... # /usr/libexec/iiab-startup.sh, iiab-hotspot-off & iiab-hotspot-on # # Separate Idea, Not Without Risks: should WiFi-as-gateway detection logic