mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1392 from holta/usb-lib-2
Don't try to install usbmount 0.0.14-1 on Raspbian
This commit is contained in:
commit
ed008434db
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
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
|
||||
when: internet_available and is_debian_9 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:
|
||||
|
|
|
@ -486,7 +486,7 @@ calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web
|
|||
|
||||
# Platforms - turn all off and let /opt/iiab/iiab/vars/<OS>.yml turn on as appropriate
|
||||
|
||||
# Wide to narrow
|
||||
# Wide to narrow (insofar as poss)
|
||||
is_debuntu: False
|
||||
is_ubuntu: False
|
||||
is_ubuntu_18: False
|
||||
|
@ -496,9 +496,9 @@ is_debian: False
|
|||
is_debian_10: False
|
||||
is_debian_9: False
|
||||
is_debian_8: False
|
||||
is_rpi: False
|
||||
is_raspbian_9: False
|
||||
is_raspbian_8: False
|
||||
is_rpi: False
|
||||
|
||||
is_redhat: False
|
||||
is_centos: False
|
||||
|
|
Loading…
Add table
Reference in a new issue