Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
apache
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
apache
Compare revisions
d8510c8a9312bf3848eeef9400ed28e24d002279 to 77283a71a990cdc20dc86050f004776321ba0c19
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/apache
Select target project
No results found
77283a71a990cdc20dc86050f004776321ba0c19
Select Git revision
Branches
main
1 result
Swap
Target
ansible/roles/apache
Select target project
ansible/roles/apache
1 result
d8510c8a9312bf3848eeef9400ed28e24d002279
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
· 77283a71
jurgenhaas
authored
8 months ago
77283a71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
defaults/main.yml
+1
-1
1 addition, 1 deletion
defaults/main.yml
with
1 addition
and
1 deletion
defaults/main.yml
View file @
77283a71
---
apache_repositories
:
-
ppa:ondrej/apache2
-
deb [signed-by=/usr/share/keyrings/ondrej.gpg] http://ppa.launchpad.net/ondrej/apache2/ubuntu {{ ansible_distribution_release }} main
apache_packages
:
-
apache2
-
apache2-utils
...
...
This diff is collapsed.
Click to expand it.