diff --git a/roles/1-prep/tasks/main.yml b/roles/1-prep/tasks/main.yml index ee9b4ba7d..06b33a9fc 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -93,7 +93,7 @@ - include_tasks: raspberry_pi.yml 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}'" register: usb_NUC6 ignore_errors: true