mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
network/tasks/rpi_debian.yml: 'country_code.stdout | length == 0'
This commit is contained in:
parent
ed2a0f3027
commit
c01c6ac73b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
path: /etc/wpa_supplicant/wpa_supplicant.conf
|
||||
regexp: "^country.*"
|
||||
line: country={{ host_country_code }}
|
||||
when: country_code is defined and country_code.stdout | length = 0
|
||||
when: country_code is defined and country_code.stdout | length == 0
|
||||
|
||||
- name: Enable the WiFi with rfkill
|
||||
shell: rfkill unblock 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue