From 78837e45fe452aa1fe9a60b8c70d583f865980ed Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Fri, 10 May 2024 19:18:54 +0200 Subject: [PATCH] Use Forgejo instead of Gitlab --- playbooks/roles/infrastructure_authorized_keys/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/infrastructure_authorized_keys/tasks/main.yaml b/playbooks/roles/infrastructure_authorized_keys/tasks/main.yaml index 9eb8377..c363ce7 100644 --- a/playbooks/roles/infrastructure_authorized_keys/tasks/main.yaml +++ b/playbooks/roles/infrastructure_authorized_keys/tasks/main.yaml @@ -3,5 +3,5 @@ state: present user: chaos exclusive: true - key: https://gitlab.hamburg.ccc.de/ccchh/infrastructure-authorized-keys/-/raw/trunk/authorized_keys?ref_type=heads&inline=false + key: https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys/raw/branch/trunk/authorized_keys \ No newline at end of file