Skip to content
Snippets Groups Projects
Commit 080e73e4 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

fix mistake

parent 1c873f3a
No related branches found
No related tags found
1 merge request!31Update HAProxy to 2.6
Pipeline #100271 failed
......@@ -3,11 +3,11 @@
- name: Get HAProxy archive key
ansible.builtin.apt_key:
id: AEF2348766F371C689A7360095A42FE8353525F9
url: deb https://haproxy.debian.net/bernat.debian.org.gpg
url: https://haproxy.debian.net/bernat.debian.org.gpg
state: present
- name: Add HAProxy apt repo
ansible.builtin.apt_repository:
repo: http://haproxy.debian.net bullseye-backports-2.6 main
repo: deb http://haproxy.debian.net bullseye-backports-2.6 main
state: present
filename: 'haproxy'
- name: Install firewall packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment