From 0c26c2fe9dd05999f44ff1710d8e3e44e020afc6 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Tue, 30 Jul 2024 09:44:24 +0200
Subject: [PATCH] ansible/playbooks/general#117 Update apt repository setting

---
 tasks/install.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/install.yml b/tasks/install.yml
index e1d2bbd..2c3cc4b 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -3,7 +3,7 @@
 
 - name: Apt Repository
   apt_repository:
-    repo: 'ppa:costamagnagianfranco/borgbackup'
+    repo: 'deb [signed-by=/usr/share/keyrings/borgbackup.gpg] http://ppa.launchpad.net/costamagnagianfranco/borgbackup/ubuntu {{ ansible_distribution_release }} main'
     state: present
     mode: 0644
   when: false
-- 
GitLab