mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
roles/remoteit/tasks/install.yml: Refine explanations
This commit is contained in:
parent
54c92982ff
commit
a5c33d0a5f
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@
|
||||||
dest: /usr/bin/
|
dest: /usr/bin/
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
- name: Download {{ remoteit_device_url }} device package to {{ downloads_dir }}
|
- name: Download {{ remoteit_device_url }} device package to {{ downloads_dir }}/
|
||||||
get_url:
|
get_url:
|
||||||
url: '{{ remoteit_device_url }}'
|
url: '{{ remoteit_device_url }}'
|
||||||
dest: '{{ downloads_dir }}/'
|
dest: '{{ downloads_dir }}/'
|
||||||
|
|
||||||
- name: Uninstall the device package {{ remoteit_device_url | basename }}
|
- name: Uninstall the device package {{ remoteit_deb }}
|
||||||
apt:
|
apt:
|
||||||
name: '{{ remoteit_deb }}'
|
name: '{{ remoteit_deb }}'
|
||||||
state: absent
|
state: absent
|
||||||
|
|
Loading…
Reference in a new issue