Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Auditbeat
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
Auditbeat
Compare revisions
f8270e437ffb09140dcede2b9287c3e8226e284e to 2ee399444ca5c7b1c4b1135b4d87eb7c7b2dd475
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/auditbeat
Select target project
No results found
2ee399444ca5c7b1c4b1135b4d87eb7c7b2dd475
Select Git revision
Branches
main
1 result
Swap
Target
ansible/roles/auditbeat
Select target project
ansible/roles/auditbeat
1 result
f8270e437ffb09140dcede2b9287c3e8226e284e
Select Git revision
Branches
main
1 result
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
· 2ee39944
jurgenhaas
authored
8 months ago
2ee39944
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 @
2ee39944
...
...
@@ -9,7 +9,7 @@
-
name
:
Apt Repository
apt_repository
:
repo
:
'
deb
https://artifacts.elastic.co/packages/7.x/apt
stable
main'
repo
:
'
deb
[signed-by=/etc/apt/trusted.gpg.d/elastic.gpg]
https://artifacts.elastic.co/packages/7.x/apt
stable
main'
state
:
present
mode
:
0644
...
...
This diff is collapsed.
Click to expand it.