1
0
Fork 0
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:
A Holt 2021-10-29 00:50:16 -04:00 committed by GitHub
parent 12ccfa07cf
commit 288be421bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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