mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
update usbmount_0.0.22_all.deb and add RPiOS-64bit support
This commit is contained in:
parent
800f3d30ec
commit
534902a206
1 changed files with 2 additions and 3 deletions
|
@ -16,9 +16,8 @@
|
|||
|
||||
- name: Install {{ iiab_download_url }}/usbmount_0.0.14.1_all.deb, missing from Debian (debian-9 or debian-10, if NOT rpi)
|
||||
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 or is_debian_10) and not is_raspbian
|
||||
deb: "{{ iiab_download_url }}/usbmount_0.0.22_all.deb"
|
||||
when: is_debian_9 or is_debian_10 or ( is_raspbian and ansible_architecture == aarch64 )
|
||||
|
||||
- name: "Install 6 deb/apt packages: avahi-daemon, exfat-fuse, exfat-utils, inetutils-syslogd, libnss-mdns, wpasupplicant (debuntu)"
|
||||
package:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue