Should https://github.com/iiab/iiab/blob/master/roles/network/tasks/rpi_debian.yml#L23-L33 change the country code in /etc/wpa_supplicant/wpa_supplicant.conf when someone proactively changes host_country_code in local_vars.yml and then runs ./iiab-network ?
(I just noticed that https://github.com/iiab/iiab/blob/master/roles/network/templates/hostapd/hostapd.conf.j2#L18 does indeed change it in /etc/hostapd/hostapd.conf — in these same circumstances — whereas wpa_supplicant.conf does not get changed.)
Should https://github.com/iiab/iiab/blob/master/roles/network/tasks/rpi_debian.yml#L23-L33 change the country code in /etc/wpa_supplicant/wpa_supplicant.conf when someone proactively changes
host_country_codein local_vars.yml and then runs ./iiab-network ?(I just noticed that https://github.com/iiab/iiab/blob/master/roles/network/templates/hostapd/hostapd.conf.j2#L18 does indeed change it in /etc/hostapd/hostapd.conf — in these same circumstances — whereas wpa_supplicant.conf does not get changed.)