1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

noted error #265 Refs #189 #137 #191

This commit is contained in:
Jerry Vonau 2017-09-19 01:17:33 -05:00
parent 284f11c7df
commit ad04450565

View file

@ -86,7 +86,7 @@
when: rpi_model != "none"
- name: Check if the identifier for intel's NUC6 builtin wifi is present
shell: "lsusb | grep 8087:0a2b | wc |gawk '{print $1}'"
shell: "lsusb | grep 8087:0a2b | wc |awk '{print $1}'"
register: usb_NUC6
ignore_errors: true