mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
usb_lib/tasks/install.yml: 'apt install usbmount_0.0.22_all.deb' on Ubuntu too
This commit is contained in:
parent
5754ecd61d
commit
3ddb32de29
1 changed files with 8 additions and 8 deletions
|
@ -34,18 +34,18 @@
|
|||
state: restarted
|
||||
when: udev_unit.stat.exists is defined and udev_unit.stat.exists
|
||||
|
||||
#http://raspbian.raspberrypi.org/raspbian/pool/main/u/usbmount/usbmount_0.0.22_all.deb
|
||||
- name: Install {{ iiab_download_url }}/usbmount_0.0.22_all.deb, missing from Debian
|
||||
# http://raspbian.raspberrypi.org/raspbian/pool/main/u/usbmount/usbmount_0.0.22_all.deb
|
||||
- name: Install {{ iiab_download_url }}/usbmount_0.0.22_all.deb, no longer supported by {RasPiOS,Debian, Ubuntu}
|
||||
apt:
|
||||
deb: "{{ iiab_download_url }}/usbmount_0.0.22_all.deb"
|
||||
when: is_debian
|
||||
# when: is_debian
|
||||
|
||||
# check status of usbmount on mintlinux - should be ok Ubuntu variant
|
||||
- name: Install usbmount from OS repo for Ubuntu variants
|
||||
package:
|
||||
name: usbmount
|
||||
state: present
|
||||
when: is_ubuntu
|
||||
# - name: Install usbmount from OS repo for Ubuntu variants
|
||||
# package:
|
||||
# name: usbmount
|
||||
# state: present
|
||||
# when: is_ubuntu
|
||||
|
||||
- name: Add dir {{ doc_root }}/local_content, where USB drive links can appear (0775)
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue