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

Update haproxy to 2.5

parent b64e93bf
Branches
No related tags found
No related merge requests found
---
- name: Add HAProxy 2.4 PPA
- name: Add HAProxy 2.5 PPA
apt_repository:
repo: 'ppa:vbernat/haproxy-2.4'
repo: 'ppa:vbernat/haproxy-2.5'
state: present
- name: Remove HAProxy 2.4 PPA
apt_repository:
repo: 'ppa:vbernat/haproxy-2.4'
state: absent
- name: Remove HAProxy 2.3 PPA
apt_repository:
repo: 'ppa:vbernat/haproxy-2.3'
......@@ -32,7 +37,7 @@
- name: Install HAProxy
apt:
name: "haproxy=2.4.*"
name: "haproxy=2.5.*"
state: present
update_cache: yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment