1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

roles/remoteit/tasks/install.yml: Refine explanations

This commit is contained in:
A Holt 2021-10-28 08:42:51 -04:00 committed by GitHub
parent 54c92982ff
commit a5c33d0a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,12 +14,12 @@
dest: /usr/bin/
mode: 0755
- name: Download {{ remoteit_device_url }} device package to {{ downloads_dir }}
- name: Download {{ remoteit_device_url }} device package to {{ downloads_dir }}/
get_url:
url: '{{ remoteit_device_url }}'
dest: '{{ downloads_dir }}/'
- name: Uninstall the device package {{ remoteit_device_url | basename }}
- name: Uninstall the device package {{ remoteit_deb }}
apt:
name: '{{ remoteit_deb }}'
state: absent