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 2 additions and 1 deletions
Showing only changes of commit a97e3d546b - Show all commits

View File

@ -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"