Many updates over time
This commit is contained in:
11
app/gitlab-runner/tasks/main.yml
Normal file
11
app/gitlab-runner/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Add GitLab Runner repository script
|
||||
command: curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" | sudo bash
|
||||
args:
|
||||
creates: /etc/apt/sources.list.d/runner_gitlab-runner.list
|
||||
|
||||
- name: Install GitLab Runner and Helper packages
|
||||
ansible.builtin.apt:
|
||||
name: gitlab-runner
|
||||
state: present
|
||||
update_cache: yes
|
||||
Reference in New Issue
Block a user