1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

full path

This commit is contained in:
Jerry Vonau 2021-10-28 18:43:55 -05:00
parent f6bad88dfc
commit 87cacff501

View file

@ -11,7 +11,7 @@
- name: Download {{ remoteit_cli_url }} for the {{ remoteit_iset_suffix2 }} arch of this device to /usr/bin/remoteit (755)
get_url:
url: '{{ remoteit_cli_url }}'
dest: /usr/bin/
dest: /usr/bin/remoteit
mode: 0755
- name: Download {{ remoteit_device_url }} for the {{ remoteit_iset_suffix }} arch of this device package to {{ downloads_dir }}