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

Upgrade to haproxy 2.2

parent 4194b69f
Branches
Tags v1.6
No related merge requests found
--- ---
- name: Add HAProxy 2.1 PPA - name: Add HAProxy 2.2 PPA
apt_repository: apt_repository:
repo: 'ppa:vbernat/haproxy-2.1' repo: 'ppa:vbernat/haproxy-2.2'
state: present state: present
- name: Remove HAProxy 2.1 PPA
apt_repository:
repo: 'ppa:vbernat/haproxy-2.1'
state: absent
- name: Remove HAProxy 2.0 PPA - name: Remove HAProxy 2.0 PPA
apt_repository: apt_repository:
repo: 'ppa:vbernat/haproxy-2.0' repo: 'ppa:vbernat/haproxy-2.0'
...@@ -17,7 +22,7 @@ ...@@ -17,7 +22,7 @@
- name: Install HAProxy - name: Install HAProxy
apt: apt:
name: "haproxy=2.1.*" name: "haproxy=2.2.*"
state: present state: present
update_cache: yes update_cache: yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment