1
0
Fork 0
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:
root 2021-08-29 14:36:48 -04:00
parent 6e5c5f560e
commit 1c7c30d8f3
8 changed files with 12 additions and 16 deletions

View file

@ -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