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:
parent
4260cd4b6f
commit
595d884bf4
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue