diff --git a/tasks/main.yml b/tasks/main.yml index 71f2652..fc0a9a1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -55,7 +55,8 @@ - name: "Unzip runner" unarchive: - remote_src: "{{ drone_home }}/drone_runner_exec_linux_amd64.tar.gz" + src: "{{ drone_home }}/drone_runner_exec_linux_amd64.tar.gz" + remote_src: yes dest: /usr/local/bin/ notify: - "Install drone runner exec"