Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
common
Compare revisions
3c706d39a0cbb0f30172743bbbead48cf8ee9c5f to 7206807edc4d9ee32752696a4d4bc53e5fcf46af
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/common
Select target project
No results found
7206807edc4d9ee32752696a4d4bc53e5fcf46af
Select Git revision
Swap
Target
ansible/roles/common
Select target project
ansible/roles/common
ericzillmann/common
2 results
3c706d39a0cbb0f30172743bbbead48cf8ee9c5f
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
ansible/playbooks/general#117
Update apt repository setting
· 7206807e
jurgenhaas
authored
8 months ago
7206807e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/common.yml
+3
-3
3 additions, 3 deletions
tasks/common.yml
with
3 additions
and
3 deletions
tasks/common.yml
View file @
7206807e
...
...
@@ -265,9 +265,9 @@
state
:
present
mode
:
0644
with_items
:
-
ppa:git-core/ppa
-
deb https://packagecloud.io/github/git-lfs/ubuntu/ {{ ansible_distribution_release }} main
-
ppa:fish-shell/release-3
-
deb [signed-by=/usr/share/keyrings/git-core.gpg] http://ppa.launchpad.net/git-core/ppa/ubuntu {{ ansible_distribution_release }} main
-
deb
[signed-by=/usr/share/keyrings/git-lfs.gpg]
https://packagecloud.io/github/git-lfs/ubuntu/ {{ ansible_distribution_release }} main
-
deb [signed-by=/usr/share/keyrings/fish.gpg] http://ppa.launchpad.net/fish-shell/release-3/ubuntu {{ ansible_distribution_release }} main
-
name
:
Add Apt Repositories before bionic
apt_repository
:
...
...
This diff is collapsed.
Click to expand it.