Update 'tasks/main.yml' #1

Merged
jens merged 3 commits from jens-patch-2 into fix_linting 2021-08-26 16:14:28 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0b903820b3 - Show all commits

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"