Update 'tasks/main.yml'

This commit is contained in:
jens 2021-02-24 22:18:29 +00:00
parent 6abe9c324b
commit ee61b49677
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
dest: "{{ drone_home }}/drone"
repo: https://github.com/drone/drone.git
version: "{{ drone_version }}"
force: true
become: true
become_user : "{{ drone_user }}"
register: gitclone