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
29513f60b3
commit
5f699515d8
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
||||||
tags: openvpn
|
tags: openvpn
|
||||||
|
|
||||||
# for rpi, without rtc, we need time as soon as possible
|
# 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:
|
package:
|
||||||
name: chrony
|
name: chrony
|
||||||
state: present
|
state: present
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
register: usb_NUC6
|
register: usb_NUC6
|
||||||
ignore_errors: true
|
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:
|
get_url:
|
||||||
url: "{{ iiab_download_url }}/iwlwifi-8000C-13.ucode"
|
url: "{{ iiab_download_url }}/iwlwifi-8000C-13.ucode"
|
||||||
dest: /lib/firmware
|
dest: /lib/firmware
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue