Skip to content
Snippets Groups Projects
Verified Commit 90fca17f authored by David Mehren's avatar David Mehren
Browse files

Support Debian in apt repo URL

parent a21470b2
Branches
Tags v2.1.0
No related merge requests found
Pipeline #129989 passed
......@@ -15,7 +15,7 @@
- name: Add Gitlab Runner repo
ansible.builtin.apt_repository:
repo: "deb https://packages.gitlab.com/runner/gitlab-runner/ubuntu/ {{ ansible_distribution_release }} main"
repo: "deb https://packages.gitlab.com/runner/gitlab-runner/{{ ansible_distribution | lower }}/ {{ ansible_distribution_release }} main"
state: present
- name: Install Gitlab Runner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment