mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
roles/remoteit/tasks/install.yml: Set 'force: yes' for both downloads
This commit is contained in:
parent
12ccfa07cf
commit
288be421bc
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
get_url:
|
||||
url: "{{ remoteit_device_url }}"
|
||||
dest: "{{ downloads_dir }}/"
|
||||
force: yes
|
||||
|
||||
- name: Uninstall previously installed 'remoteit*' device apt package(s)
|
||||
apt:
|
||||
|
@ -35,6 +36,7 @@
|
|||
url: "{{ remoteit_cli_url }}"
|
||||
dest: /usr/bin/remoteit
|
||||
mode: 0755
|
||||
force: yes
|
||||
|
||||
|
||||
# RECORD remoteit AS INSTALLED
|
||||
|
|
Loading…
Reference in a new issue