1
0
Fork 0
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:
Jerry Vonau 2022-04-15 19:21:53 -05:00
parent 4a30d7e15d
commit dfb9eea05d

View file

@ -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