mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Remove 'when: internet_available' from 5 files + Clean 3 similar
This commit is contained in:
parent
6e5c5f560e
commit
1c7c30d8f3
8 changed files with 12 additions and 16 deletions
|
|
@ -14,4 +14,4 @@
|
|||
url: "{{ iiab_download_url }}/iwlwifi-8000C-13.ucode"
|
||||
dest: /lib/firmware
|
||||
timeout: "{{ download_timeout }}"
|
||||
when: internet_available and usb_NUC6.stdout|int > 0
|
||||
when: usb_NUC6.stdout|int > 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue