Skip to content
Snippets Groups Projects
Verified Commit 18d2b2e4 authored by David Mehren's avatar David Mehren
Browse files

Update haproxy to 2.6

parent 29ae53a7
No related branches found
No related tags found
No related merge requests found
Pipeline #87577 failed
--- ---
- name: Add HAProxy 2.5 PPA - name: Add HAProxy 2.6 PPA
apt_repository: apt_repository:
repo: 'ppa:vbernat/haproxy-2.5' repo: 'ppa:vbernat/haproxy-2.6'
state: present state: present
- name: Remove HAProxy 2.5 PPA
apt_repository:
repo: 'ppa:vbernat/haproxy-2.5'
state: absent
- name: Remove HAProxy 2.4 PPA - name: Remove HAProxy 2.4 PPA
apt_repository: apt_repository:
repo: 'ppa:vbernat/haproxy-2.4' repo: 'ppa:vbernat/haproxy-2.4'
...@@ -37,7 +42,7 @@ ...@@ -37,7 +42,7 @@
- name: Install HAProxy - name: Install HAProxy
apt: apt:
name: "haproxy=2.5.*" name: "haproxy=2.6.*"
state: present state: present
update_cache: true update_cache: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment