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
772aeb5d28
commit
90351bb6a8
1 changed files with 2 additions and 2 deletions
|
@ -84,10 +84,10 @@
|
|||
|
||||
- name: Download the firmware for built-in WiFi on NUC6
|
||||
get_url:
|
||||
dest: /lib/firmware
|
||||
url: "{{ iiab_download_url }}/iwlwifi-8000C-13.ucode"
|
||||
dest: /lib/firmware
|
||||
timeout: "{{ download_timeout }}"
|
||||
when: usb_NUC6.stdout|int > 0
|
||||
when: internet_available and usb_NUC6.stdout|int > 0
|
||||
|
||||
# this script can be sourced to get IIAB location
|
||||
- name: Recording STAGE 1 HAS COMPLETED ============================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue