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

Update haproxy to 2.7

parent a5dc2a19
Branches
Tags v1.13.0
No related merge requests found
Pipeline #130684 failed
---
- name: Add HAProxy 2.6 PPA
- name: Add HAProxy 2.7 PPA
ansible.builtin.apt_repository:
repo: 'ppa:vbernat/haproxy-2.6'
repo: 'ppa:vbernat/haproxy-2.7'
state: present
- name: Remove HAProxy 2.6 PPA
ansible.builtin.apt_repository:
repo: 'ppa:vbernat/haproxy-2.6'
state: absent
- name: Remove HAProxy 2.5 PPA
ansible.builtin.apt_repository:
repo: 'ppa:vbernat/haproxy-2.5'
......@@ -42,7 +47,7 @@
- name: Install HAProxy
ansible.builtin.apt:
name: "haproxy=2.6.*"
name: "haproxy=2.7.*"
state: present
update_cache: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment