From 1ceb2399f4e118fa8fbdfb3733796faccc4ec0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20K=C3=B6se?= Date: Thu, 26 Aug 2021 14:39:19 +0200 Subject: [PATCH] add seperation between tasks --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index d787852..93fe46e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -45,6 +45,7 @@ chdir: "{{ drone_home }}/drone/cmd/drone-server" when: gitclone.changed +- name: "clone runner" git: dest: "{{ drone_home }}/drone" repo: https://github.com/drone-runners/drone-runner-exec.git