Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab_runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
gitlab_runner
Commits
932901ca
Verified
Commit
932901ca
authored
Mar 2, 2024
by
David Mehren
Browse files
Options
Downloads
Patches
Plain Diff
Use deb822_repository module to deploy APT repo
parent
90fca17f
No related branches found
No related tags found
No related merge requests found
Pipeline
#220100
failed
Mar 2, 2024
Stage: linting
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+7
-8
7 additions, 8 deletions
tasks/main.yml
with
7 additions
and
8 deletions
tasks/main.yml
+
7
−
8
View file @
932901ca
...
@@ -8,15 +8,14 @@
...
@@ -8,15 +8,14 @@
-
apt-transport-https
-
apt-transport-https
-
ca-certificates
-
ca-certificates
-
name
:
Install Gitlab Runner key
ansible.builtin.apt_key
:
url
:
"
https://packages.gitlab.com/runner/gitlab-runner/gpgkey"
state
:
present
-
name
:
Add Gitlab Runner repo
-
name
:
Add Gitlab Runner repo
ansible.builtin.apt_repository
:
ansible.builtin.deb822_repository
:
repo
:
"
deb
https://packages.gitlab.com/runner/gitlab-runner/{{
ansible_distribution
|
lower
}}/
{{
ansible_distribution_release
}}
main"
name
:
gitlab
state
:
present
types
:
deb
uris
:
"
https://packages.gitlab.com/runner/gitlab-runner/{{
ansible_distribution
|
lower
}}"
suites
:
'
{{
ansible_distribution_release
}}'
components
:
main
signed_by
:
https://packages.gitlab.com/runner/gitlab-runner/gpgkey
-
name
:
Install Gitlab Runner
-
name
:
Install Gitlab Runner
ansible.builtin.apt
:
ansible.builtin.apt
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment