1
0
Fork 0
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:
A Holt 2018-07-17 15:09:23 -04:00 committed by GitHub
parent 334f2f22c7
commit 50b792869d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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