From b70adc3bf7b50d6f23578dc1dc2807a30bcc0ee8 Mon Sep 17 00:00:00 2001 From: "pulsar89.5" Date: Mon, 18 Dec 2023 17:12:52 +0100 Subject: [PATCH] feat: Compliant with bookworm --- tasks/installation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/installation.yml b/tasks/installation.yml index 8774963..22ed276 100644 --- a/tasks/installation.yml +++ b/tasks/installation.yml @@ -11,7 +11,6 @@ ansible.builtin.apt: name: borgbackup state: latest - default_release: "{{ borgmatic_distribution_release }}-backports" become: true - name: Installer le paquet avec pip