1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Revert "drop download of usbmount for debian-9 (#180)"

This reverts commit 595d884bf4.

usbmount is not actually in debian 9
This commit is contained in:
George Hunt 2017-08-31 12:11:10 -07:00
parent 56a2f5c003
commit ea950209e2

View file

@ -38,6 +38,14 @@
- xml-common
when: is_redhat
- name: Download usbmount -- not in debian-9
command: wget {{ iiab_download_url }}/usbmount_0.0.14.1_all.deb -P {{ downloads_dir }}
when: is_debian_9
- name: Install usbmount for debian-9
command: apt install -y {{ downloads_dir }}/usbmount_0.0.14.1_all.deb
when: is_debian_9
- name: Install packages for Debian
package: name={{ item }}
state=present