1
0
Fork 0
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:
Jerry Vonau 2021-10-28 18:04:40 -05:00
parent 0944104492
commit f6bad88dfc

View file

@ -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 }}