mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update packages.yml
This commit is contained in:
parent
334f2f22c7
commit
50b792869d
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@
|
||||||
- avahi-tools
|
- avahi-tools
|
||||||
when: is_redhat
|
when: is_redhat
|
||||||
|
|
||||||
- name: Download usbmount -- not in Debian Stretch (debian_9)
|
- name: Download usbmount -- not in Debian Stretch (debian-9)
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb"
|
url: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb"
|
||||||
dest: "{{ downloads_dir }}"
|
dest: "{{ downloads_dir }}"
|
||||||
timeout: "{{ download_timeout }}"
|
timeout: "{{ download_timeout }}"
|
||||||
when: internet_available and is_debian_9
|
when: internet_available and is_debian_9
|
||||||
|
|
||||||
- name: Install usbmount (debian_9)
|
- name: Install usbmount (debian-9)
|
||||||
command: apt install -y {{ downloads_dir }}/usbmount_0.0.14.1_all.deb
|
command: apt install -y {{ downloads_dir }}/usbmount_0.0.14.1_all.deb
|
||||||
when: is_debian_9
|
when: is_debian_9
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue