Update 'tasks/main.yml'

This commit is contained in:
jens 2021-02-25 17:04:35 +00:00
parent ee61b49677
commit 88ba8ed5d7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
chdir: "{{ drone_home }}/drone/cmd/drone-server"
when: gitclone.changed
git:
- git:
dest: "{{ drone_home }}/drone"
repo: https://github.com/drone-runners/drone-runner-exec.git
version: "{{ v1.0.0-beta.9}}"