Update 'tasks/main.yml'

This commit is contained in:
jens 2021-08-26 15:54:11 +00:00
parent 18ce708d68
commit 0b903820b3
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
- name: "Unzip runner"
unarchive:
src: "{{ drone_home }}/drone_runner_exec_linux_amd64.tar.gz"
remote_src: "{{ drone_home }}/drone_runner_exec_linux_amd64.tar.gz"
dest: /usr/local/bin/
notify:
- "Install drone runner exec"