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
6f688799df
commit
3f4c42d3c6
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# OS/HW-Level Preparations
|
||||||
|
|
||||||
|
- name: ...IS BEGINNING ============================================]
|
||||||
|
command: echo
|
||||||
|
|
||||||
- name: get the uuidgen program
|
- name: get the uuidgen program
|
||||||
package: name=uuid-runtime
|
package: name=uuid-runtime
|
||||||
state=present
|
state=present
|
||||||
|
@ -82,3 +87,6 @@
|
||||||
get_url: dest=/lib/firmware
|
get_url: dest=/lib/firmware
|
||||||
url={{ iiab_download_url }}/iwlwifi-8000C-13.ucode
|
url={{ iiab_download_url }}/iwlwifi-8000C-13.ucode
|
||||||
when: first_run and usb_NUC6.stdout|int > 0
|
when: first_run and usb_NUC6.stdout|int > 0
|
||||||
|
|
||||||
|
- name: ...WAS COMPLETED ===========================================]
|
||||||
|
command: echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue