add noble-proposed, removed jammy-propsed
This commit is contained in:
parent
d0bcad1a06
commit
7750b68396
11
liebchen.yml
11
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:
|
||||
|
Loading…
Reference in New Issue
Block a user