Update 'tasks/main.yml'

This commit is contained in:
jens 2021-08-26 15:50:25 +00:00
parent 22e151137a
commit 18ce708d68
1 changed files with 1 additions and 3 deletions

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"