Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kibana
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
kibana
Compare revisions
2034e463cc03a6235b7ecdb91fd5c2fdf1854763 to 770ee91f2ecd90306bd92ccfc1b8fa2cf2c8e804
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/kibana
Select target project
No results found
770ee91f2ecd90306bd92ccfc1b8fa2cf2c8e804
Select Git revision
Swap
Target
ansible/roles/kibana
Select target project
ansible/roles/kibana
1 result
2034e463cc03a6235b7ecdb91fd5c2fdf1854763
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
· 770ee91f
jurgenhaas
authored
8 months ago
770ee91f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/install.yml
+1
-1
1 addition, 1 deletion
tasks/install.yml
with
1 addition
and
1 deletion
tasks/install.yml
View file @
770ee91f
...
...
@@ -9,7 +9,7 @@
-
name
:
Apt Repository
apt_repository
:
repo
:
'
deb
https://artifacts.elastic.co/packages/8.x/apt
stable
main'
repo
:
'
deb
[signed-by=/etc/apt/trusted.gpg.d/elastic.gpg]
https://artifacts.elastic.co/packages/8.x/apt
stable
main'
state
:
present
mode
:
0644
...
...
This diff is collapsed.
Click to expand it.