From 806e0552295a33f20f02ea926377d07c97dc80e0 Mon Sep 17 00:00:00 2001
From: shirenn <shirenn@crans.org>
Date: Sat, 15 Jan 2022 17:44:24 +0100
Subject: [PATCH] [debian] buster cleanup

---
 roles/baie/tasks/main.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/roles/baie/tasks/main.yml b/roles/baie/tasks/main.yml
index 1ab5cece..cef61129 100644
--- a/roles/baie/tasks/main.yml
+++ b/roles/baie/tasks/main.yml
@@ -1,13 +1,7 @@
 ---
-- name: Configure Debian backports repository
-  template:
-    src: apt/sources.list.d/backports.list.j2
-    dest: /etc/apt/sources.list.d/backports.list
-
 - name: Install ZFS
   apt:
     update_cache: true
-    default_release: "{{ ansible_lsb.codename }}-backports"
     name:
       - zfs-dkms
       - zfsutils-linux
-- 
GitLab