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
7363a99c90
commit
2cb7173665
1 changed files with 39 additions and 39 deletions
|
@ -19,7 +19,7 @@
|
|||
url: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb"
|
||||
dest: "{{ downloads_dir }}"
|
||||
timeout: "{{ download_timeout }}"
|
||||
when: is_debian_9
|
||||
when: internet_available and is_debian_9
|
||||
|
||||
- name: Install usbmount (debian_9)
|
||||
command: apt install -y {{ downloads_dir }}/usbmount_0.0.14.1_all.deb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue