mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
get_url 'timeout: "{{ download_timeout }}"' in 10 roles
This commit is contained in:
parent
a84cf2068c
commit
5f3708fe29
10 changed files with 28 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
get_url:
|
||||
url: "{{ item.url }}"
|
||||
dest: "{{ item.dest }}"
|
||||
timeout: "{{ download_timeout }}"
|
||||
with_items:
|
||||
- url: https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/node-red-icon.svg
|
||||
dest: /usr/share/icons/hicolor/scalable/apps/node-red-icon.svg
|
||||
|
@ -22,6 +23,7 @@
|
|||
url: "{{ item }}"
|
||||
dest: /usr/bin
|
||||
mode: a+x
|
||||
timeout: "{{ download_timeout }}"
|
||||
with_items:
|
||||
- https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/node-red-start
|
||||
- https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/node-red-stop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue