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

Update to HAProxy 2.9

parent fb29bff2
No related branches found
No related tags found
No related merge requests found
Pipeline #211764 passed
--- ---
- name: Add HAProxy 2.8 PPA - name: Add HAProxy 2.9 PPA
ansible.builtin.apt_repository: ansible.builtin.apt_repository:
repo: 'ppa:vbernat/haproxy-2.8' repo: 'ppa:vbernat/haproxy-2.9'
state: present state: present
- name: Remove old HAProxy PPAs - name: Remove old HAProxy PPAs
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
repo: "ppa:vbernat/haproxy-{{ item }}" repo: "ppa:vbernat/haproxy-{{ item }}"
state: absent state: absent
loop: loop:
- "2.8"
- "2.7" - "2.7"
- "2.6" - "2.6"
- "2.5" - "2.5"
...@@ -22,7 +23,7 @@ ...@@ -22,7 +23,7 @@
- name: Install HAProxy - name: Install HAProxy
ansible.builtin.apt: ansible.builtin.apt:
name: "haproxy=2.8.*" name: "haproxy=2.9.*"
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