mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
0e27dc6b3a
commit
ad9547db32
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
- include_tasks: raspberry_pi.yml
|
- include_tasks: raspberry_pi.yml
|
||||||
when: first_run and rpi_model != "none"
|
when: first_run and 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 built-in WiFi is present
|
||||||
shell: "lsusb | grep 8087:0a2b | wc | awk '{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