1
0
Fork 0
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:
A Holt 2018-11-02 21:31:50 -04:00 committed by GitHub
parent 29513f60b3
commit 5f699515d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@
tags: openvpn
# for rpi, without rtc, we need time as soon as possible
- name: Install chrony package (an NTP package) for RPi's lacking RTC
- name: Install chrony (an NTP package) for RPi's lacking RTC
package:
name: chrony
state: present
@ -98,7 +98,7 @@
register: usb_NUC6
ignore_errors: true
- name: Download {{ iiab_download_url }}/iwlwifi-8000C-13.ucode to /lib/firmware for built-in WiFi on NUC6
- name: Download {{ iiab_download_url }}/iwlwifi-8000C-13.ucode to /lib/firmware for built-in WiFi on NUC6 # iiab_download_url is http://download.iiab.io/packages
get_url:
url: "{{ iiab_download_url }}/iwlwifi-8000C-13.ucode"
dest: /lib/firmware