1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

fix and improve feedback wording

This commit is contained in:
Jerry Vonau 2021-10-28 18:00:00 -05:00
parent 932226d4c8
commit 0944104492

View file

@ -8,13 +8,13 @@
msg: "Could not find a binary for the CPU architecture \"{{ ansible_architecture }}\""
when: remoteit_iset_suffix2 == "unknown"
- name: Download the command line interface for this device to /usr/bin/{{ remoteit_cli_url }} (755)
- name: Download {{ remoteit_cli_url }} for the {{ remoteit_iset_suffix2 }} arch of this device to /usr/bin/remoteit (755)
get_url:
url: '{{ remoteit_cli_url }}'
dest: /usr/bin/
mode: 0755
- name: Download {{ remoteit_device_url }} device package to {{ downloads_dir }}/
- name: Download {{ remoteit_device_url }} for the {{ remoteit_iset_suffix }} arch of this device package to {{ downloads_dir }}
get_url:
url: '{{ remoteit_device_url }}'
dest: '{{ downloads_dir }}/'
@ -32,7 +32,7 @@
# RECORD remoteit AS INSTALLED
- name: "Set 'openvpn_installed: True'"
- name: "Set 'remoteit_installed: True'"
set_fact:
remoteit_installed: True