From 7750b683962e3aa8c2c160bb0a839fa56df86345 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Mon, 2 Dec 2024 16:34:14 +0100 Subject: [PATCH] add noble-proposed, removed jammy-propsed --- liebchen.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/liebchen.yml b/liebchen.yml index 8fd5f23..8e1a854 100644 --- a/liebchen.yml +++ b/liebchen.yml @@ -48,25 +48,24 @@ src: firefox-policies.json dest: /etc/firefox/policies/policies.json - - name: Add jammy-proposed + - name: Add noble-proposed apt_repository: - repo: deb http://de.archive.ubuntu.com/ubuntu jammy-proposed universe + repo: deb http://de.archive.ubuntu.com/ubuntu noble-proposed universe state: present - filename: jammy-proposed + filename: noble-proposed - - name: Avoid normal upgrades from jammy-proposed + - name: Avoid normal upgrades from noble-proposed copy: dest: "/etc/apt/preferences.d/proposed-updates" content: | # Configure apt to allow selective installs of packages from proposed Package: * - Pin: release a=jammy-proposed + Pin: release a=noble-proposed Pin-Priority: 400 - name: Install Bacula File Daemon apt: name: bacula-fd - default_release: jammy-proposed - name: Install script for bacula-fd configuration copy: