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

Fix apt url

parent 7c14081a
No related branches found
No related tags found
1 merge request!31Update HAProxy to 2.6
Pipeline #100269 canceled
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
- name: Get HAProxy archive key - name: Get HAProxy archive key
ansible.builtin.apt_key: ansible.builtin.apt_key:
id: AEF2348766F371C689A7360095A42FE8353525F9 id: AEF2348766F371C689A7360095A42FE8353525F9
url: https://haproxy.debian.net/bernat.debian.org.gpg url: deb https://haproxy.debian.net/bernat.debian.org.gpg
state: present state: present
- name: Add HAProxy apt repo - name: Add HAProxy apt repo
ansible.builtin.apt_repository: ansible.builtin.apt_repository:
......
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