From 87cacff501886f925cfa6d523dd93ef275e4e7c9 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Thu, 28 Oct 2021 18:43:55 -0500 Subject: [PATCH] full path --- roles/remoteit/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/remoteit/tasks/install.yml b/roles/remoteit/tasks/install.yml index db4f81569..8e0a9ea0e 100644 --- a/roles/remoteit/tasks/install.yml +++ b/roles/remoteit/tasks/install.yml @@ -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 }}