mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #353 from arky/bug-327
Using Ansible get_url module to fix warnings
This commit is contained in:
commit
6e786c5a66
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@
|
|||
when: is_redhat
|
||||
|
||||
- name: Download usbmount -- not in debian-9
|
||||
command: wget {{ iiab_download_url }}/usbmount_0.0.14.1_all.deb -P {{ downloads_dir }}
|
||||
get_url:
|
||||
url: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb"
|
||||
dest: "{{ downloads_dir }}"
|
||||
when: is_debian_9
|
||||
|
||||
- name: Install usbmount for debian-9
|
||||
|
|
Loading…
Add table
Reference in a new issue