mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
usbmount 0.0.14.1 comment clarified
This commit is contained in:
parent
b21caefa02
commit
04c8c99a3d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
state: present
|
state: present
|
||||||
when: is_redhat
|
when: is_redhat
|
||||||
|
|
||||||
- name: Install {{ iiab_download_url }}/usbmount_0.0.14.1_all.deb, missing from Debian (debian-9, debian-10 and not raspbian-9)
|
- name: Install {{ iiab_download_url }}/usbmount_0.0.14.1_all.deb, missing from Debian (debian-9 or debian-10, if NOT rpi)
|
||||||
apt:
|
apt:
|
||||||
deb: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb"
|
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
|
#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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue