mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
parent
284f11c7df
commit
ad04450565
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
when: rpi_model != "none"
|
when: rpi_model != "none"
|
||||||
|
|
||||||
- name: Check if the identifier for intel's NUC6 builtin wifi is present
|
- 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
|
register: usb_NUC6
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue