mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
WiFi unblock via "rpi_debian.yml wasn't enough, especially with NM"
This commit is contained in:
parent
4a3e9517dc
commit
1c9a784d2a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
#### Start network layout
|
#### Start network layout
|
||||||
|
|
||||||
# 2024-12-18: As `rfkill unblock wifi` formerly in rpi_debian.yml isn't enough, especially with NM (NetworkManager)
|
# 2024-12-18: As `rfkill unblock wifi` formerly in rpi_debian.yml wasn't enough, especially with NM (NetworkManager)
|
||||||
- name: Run 'raspi-config nonint do_wifi_country {{ host_country_code }}' (using var host_country_code) to unblock WiFi, if RasPiOS
|
- name: Run 'raspi-config nonint do_wifi_country {{ host_country_code }}' (using var host_country_code) to unblock WiFi, if RasPiOS
|
||||||
command: raspi-config nonint do_wifi_country {{ host_country_code }}
|
command: raspi-config nonint do_wifi_country {{ host_country_code }}
|
||||||
when: is_raspbian
|
when: is_raspbian
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue