mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
isolate returned value
This commit is contained in:
parent
4a30d7e15d
commit
dfb9eea05d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
src: network/dhcpcd.conf.j2
|
||||
|
||||
- name: New Raspbian requires country code -- check for it
|
||||
shell: grep country /etc/wpa_supplicant/wpa_supplicant.conf
|
||||
shell: grep country /etc/wpa_supplicant/wpa_supplicant.conf | awk -F = '{print $2}'
|
||||
register: country_code
|
||||
ignore_errors: True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue