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 3 deletions
Showing only changes of commit 18ce708d68 - Show all commits

View File

@ -55,10 +55,8 @@
- name: "Unzip runner"
unarchive:
src: "{{ drone_home }}/{{ item }}"
src: "{{ drone_home }}/drone_runner_exec_linux_amd64.tar.gz"
dest: /usr/local/bin/
with_items:
- "{{ gitclonerunner.stdout }}"
notify:
- "Install drone runner exec"
- "Stop drone runner exec"