mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Install usbmount on Debian 10
Install usbmoutn debian package on Debian 10
This commit is contained in:
parent
fd7f41323f
commit
a44bea04fc
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@
|
|||
state: present
|
||||
when: is_redhat
|
||||
|
||||
- name: Install {{ iiab_download_url }}/usbmount_0.0.14.1_all.deb, missing from Debian Stretch (debian-9 and not raspbian-9)
|
||||
- name: Install {{ iiab_download_url }}/usbmount_0.0.14.1_all.deb, missing from Debian Stretch (debian-9, debian-10 and not raspbian-9)
|
||||
apt:
|
||||
deb: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb"
|
||||
#timeout: "{{ download_timeout }}" # Ansible's apt module doesn't support timeout parameter; that's ok as usbmount_0.0.14.1_all.deb is only 10KB
|
||||
when: internet_available and is_debian_9 and not is_raspbian_9
|
||||
when: internet_available and is_debian_9 or is_debian_10 and not is_raspbian_9
|
||||
|
||||
- name: "Install 7 deb/apt packages: avahi-daemon, avahi-discover, exfat-fuse, exfat-utils, inetutils-syslogd, libnss-mdns, wpasupplicant (debuntu)"
|
||||
package:
|
||||
|
|
Loading…
Reference in a new issue