mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update packages.yml
This commit is contained in:
parent
334f2f22c7
commit
50b792869d
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@
|
|||
- avahi-tools
|
||||
when: is_redhat
|
||||
|
||||
- name: Download usbmount -- not in Debian Stretch (debian_9)
|
||||
- name: Download usbmount -- not in Debian Stretch (debian-9)
|
||||
get_url:
|
||||
url: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb"
|
||||
dest: "{{ downloads_dir }}"
|
||||
timeout: "{{ download_timeout }}"
|
||||
when: internet_available and is_debian_9
|
||||
|
||||
- name: Install usbmount (debian_9)
|
||||
- name: Install usbmount (debian-9)
|
||||
command: apt install -y {{ downloads_dir }}/usbmount_0.0.14.1_all.deb
|
||||
when: is_debian_9
|
||||
|
||||
|
|
Loading…
Reference in a new issue