1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

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

This commit is contained in:
georgejhunt 2017-08-31 10:16:50 -07:00 committed by GitHub
parent 4260cd4b6f
commit 595d884bf4

View file

@ -38,14 +38,6 @@
- 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