From 080e73e4a249862d55afe3af130505abe127c00f Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sat, 26 Nov 2022 14:18:39 +0100
Subject: [PATCH] fix mistake

---
 roles/firewall/tasks/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/firewall/tasks/main.yml b/roles/firewall/tasks/main.yml
index 04490e1..1c71271 100644
--- a/roles/firewall/tasks/main.yml
+++ b/roles/firewall/tasks/main.yml
@@ -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
-- 
GitLab