mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
remoteit/tasks/install.yml: Fully excise remote.it CLI
This commit is contained in:
parent
9ac22d65ef
commit
aeb7b60ca7
1 changed files with 5 additions and 5 deletions
|
@ -113,16 +113,16 @@
|
|||
mode: 0755
|
||||
|
||||
|
||||
- name: Fail if architecture remoteit_arch == "unknown"
|
||||
fail:
|
||||
msg: "Could not find a remote.it CLI binary for CPU architecture \"{{ ansible_architecture }}\""
|
||||
when: remoteit_arch == "unknown"
|
||||
|
||||
# 2023-07-26: Remote.It CLI used to coexist fine with their "Device Package"
|
||||
# e.g. it worked with remoteit apt package 4.17.12 in Q2 2023.
|
||||
# But no longer--with remoteit apt package 4.18.4 (in Q3 2023) which fails to
|
||||
# install with error: "Device Package cannot coexist with Remote.It CLI"
|
||||
#
|
||||
# - name: Fail if architecture remoteit_arch == "unknown"
|
||||
# fail:
|
||||
# msg: "Could not find a remote.it CLI binary for CPU architecture \"{{ ansible_architecture }}\""
|
||||
# when: remoteit_arch == "unknown"
|
||||
#
|
||||
# - name: Download OPTIONAL {{ remoteit_cli_url }} (CLI) to /usr/bin/remoteit (755)
|
||||
# get_url:
|
||||
# url: "{{ remoteit_cli_url }}" # e.g. https://downloads.remote.it/cli/latest/remoteit.{{ remoteit_arch }}-linux
|
||||
|
|
Loading…
Reference in a new issue