Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Packetbeat
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
Packetbeat
Compare revisions
775d1cb2428d2f7454b5b123b7dc71e011255263 to 1989695a4ffcccd97261737f99d3ac3221dce28e
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/packetbeat
Select target project
No results found
1989695a4ffcccd97261737f99d3ac3221dce28e
Select Git revision
Branches
main
1 result
Swap
Target
ansible/roles/packetbeat
Select target project
ansible/roles/packetbeat
1 result
775d1cb2428d2f7454b5b123b7dc71e011255263
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
· 1989695a
jurgenhaas
authored
8 months ago
1989695a
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 @
1989695a
...
...
@@ -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.