mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
handle version changes
This commit is contained in:
parent
0944104492
commit
f6bad88dfc
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@
|
||||||
url: '{{ remoteit_device_url }}'
|
url: '{{ remoteit_device_url }}'
|
||||||
dest: '{{ downloads_dir }}/'
|
dest: '{{ downloads_dir }}/'
|
||||||
|
|
||||||
- name: Uninstall the device package {{ remoteit_deb }}
|
- name: Uninstall the device 'remoteit' deb package
|
||||||
apt:
|
apt:
|
||||||
name: '{{ remoteit_deb }}'
|
name: remoteit*
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Install device package {{ downloads_dir }}/{{ remoteit_deb }}
|
- name: Install device package {{ downloads_dir }}/{{ remoteit_deb }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue