Initial commit
This commit is contained in:
commit
70c8393f0b
13 changed files with 185 additions and 0 deletions
6
roles/gitlab_runner/templates/apt-pin.j2
Normal file
6
roles/gitlab_runner/templates/apt-pin.j2
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
|
||||
Explanation: Prefer GitLab provided packages over the Debian native ones
|
||||
Package: gitlab-runner
|
||||
Pin: origin packages.gitlab.com
|
||||
Pin-Priority: 1001
|
||||
Reference in a new issue