mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update packages.yml
This commit is contained in:
parent
3b5032cdb4
commit
77c30ca341
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
- name: Download & install usbmount, missing from Debian Stretch (debian-9)
|
||||
apt:
|
||||
deb: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb"
|
||||
timeout: "{{ download_timeout }}"
|
||||
#timeout: "{{ download_timeout }}" # Ansible's apt module doesn't support timeout parameter; that's ok as usbmount_0.0.14.1_all.deb is only 10KB
|
||||
when: internet_available and is_debian_9
|
||||
|
||||
#- name: Download usbmount -- not in Debian Stretch (debian-9)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue