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:
parent
56a2f5c003
commit
ea950209e2
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue