Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
s3
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
s3
Compare revisions
18318e1d472f3cce8bfd75ef7ef6898df7d88688 to 626d282618ed688b65efc4ef0be9339e397e1c7b
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/s3
Select target project
No results found
626d282618ed688b65efc4ef0be9339e397e1c7b
Select Git revision
Branches
main
Swap
Target
ansible/roles/s3
Select target project
ansible/roles/s3
1 result
18318e1d472f3cce8bfd75ef7ef6898df7d88688
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
fluentd-client#1
Change apt key urls to https
· 626d2826
jurgenhaas
authored
4 years ago
626d2826
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+1
-1
1 addition, 1 deletion
tasks/main.yml
with
1 addition
and
1 deletion
tasks/main.yml
View file @
626d2826
...
...
@@ -14,7 +14,7 @@
url
:
'
{{
item
}}'
state
:
present
with_items
:
-
http://s3tools.org/repo/deb-all/stable/s3tools.key
-
http
s
://s3tools.org/repo/deb-all/stable/s3tools.key
-
name
:
Apt Repositories
apt_repository
:
...
...
This diff is collapsed.
Click to expand it.