Merge pull request 'Update 'tasks/main.yml'' (#1) from jens-patch-2 into fix_linting

Reviewed-on: eludum/ansible-role-drone#1
This commit is contained in:
jens 2021-08-26 16:14:28 +00:00
commit 5bf5074dd4
1 changed files with 2 additions and 3 deletions

View File

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