1
0
Fork 0
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:
root 2021-12-26 10:24:31 -05:00
parent a84cf2068c
commit 5f3708fe29
10 changed files with 28 additions and 4 deletions

View file

@ -13,6 +13,7 @@
url: "{{ remoteit_device_url }}"
dest: "{{ downloads_dir }}/"
force: yes
timeout: "{{ download_timeout }}"
- name: Uninstall previously installed 'remoteit*' device apt package(s)
apt:
@ -37,6 +38,7 @@
dest: /usr/bin/remoteit
mode: 0755
force: yes
timeout: "{{ download_timeout }}"
# RECORD remoteit AS INSTALLED