You've already forked gitlab-runner
Initial commit
This commit is contained in:
6
tasks/install.yml
Normal file
6
tasks/install.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Download GitLab runner
|
||||
get_url:
|
||||
url: "{{ gitlab_runner_download_url }}"
|
||||
dest: "{{ gitlab_runner_binary_path }}"
|
||||
mode: 0755
|
||||
Reference in New Issue
Block a user