mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
softcode deb name
This commit is contained in:
parent
4ac9e2d037
commit
54c92982ff
2 changed files with 7 additions and 6 deletions
|
|
@ -17,16 +17,16 @@
|
|||
- name: Download {{ remoteit_device_url }} device package to {{ downloads_dir }}
|
||||
get_url:
|
||||
url: '{{ remoteit_device_url }}'
|
||||
dest: '{{ downloads_dir }}'
|
||||
dest: '{{ downloads_dir }}/'
|
||||
|
||||
- name: Uninstall the device package {{ remoteit_device_url | basename }}
|
||||
apt:
|
||||
name: '{{ remoteit_device_url | basename }}'
|
||||
name: '{{ remoteit_deb }}'
|
||||
state: absent
|
||||
|
||||
- name: Install device package {{ downloads_dir }}/{{ remoteit_device_url | basename }}
|
||||
- name: Install device package {{ downloads_dir }}/{{ remoteit_deb }}
|
||||
apt:
|
||||
deb: '{{ downloads_dir }}/{{ remoteit_device_url | basename }}'
|
||||
deb: '{{ downloads_dir }}/{{ remoteit_deb }}'
|
||||
state: present
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue