From ad9547db323ea3a58ca515ec96edd4ea23d697f4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 2 Nov 2018 21:47:45 -0400 Subject: [PATCH] Update main.yml --- roles/1-prep/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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