mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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 }}'
|
||||
dest: '{{ downloads_dir }}/'
|
||||
|
||||
- name: Uninstall the device package {{ remoteit_deb }}
|
||||
- name: Uninstall the device 'remoteit' deb package
|
||||
apt:
|
||||
name: '{{ remoteit_deb }}'
|
||||
name: remoteit*
|
||||
state: absent
|
||||
|
||||
- name: Install device package {{ downloads_dir }}/{{ remoteit_deb }}
|
||||
|
|
Loading…
Reference in a new issue