Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
haproxy
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
haproxy
Compare revisions
8f42b383612281a5cdeb8a5b3a56e3de3cfabb92 to 992fe2043c0585dc79882b479808916cd770b2bb
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/haproxy
Select target project
No results found
992fe2043c0585dc79882b479808916cd770b2bb
Select Git revision
Branches
main
Swap
Target
ansible/roles/haproxy
Select target project
ansible/roles/haproxy
ericzillmann/haproxy
2 results
8f42b383612281a5cdeb8a5b3a56e3de3cfabb92
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)
#12
Update to 2.2 for Ubuntu 18 and higher
· 992fe204
jurgenhaas
authored
4 years ago
992fe204
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/install.yml
+2
-1
2 additions, 1 deletion
tasks/install.yml
with
2 additions
and
1 deletion
tasks/install.yml
View file @
992fe204
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
state
:
present
state
:
present
mode
:
0644
mode
:
0644
with_items
:
with_items
:
-
ppa:vbernat/haproxy-2.0
-
ppa:vbernat/haproxy-2.2
when
:
ansible_distribution_major_version != "16"
-
name
:
Install some packages
-
name
:
Install some packages
apt
:
apt
:
...
...
This diff is collapsed.
Click to expand it.