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
|
src: firefox-policies.json
|
||||||
dest: /etc/firefox/policies/policies.json
|
dest: /etc/firefox/policies/policies.json
|
||||||
|
|
||||||
- name: Add jammy-proposed
|
- name: Add noble-proposed
|
||||||
apt_repository:
|
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
|
state: present
|
||||||
filename: jammy-proposed
|
filename: noble-proposed
|
||||||
|
|
||||||
- name: Avoid normal upgrades from jammy-proposed
|
- name: Avoid normal upgrades from noble-proposed
|
||||||
copy:
|
copy:
|
||||||
dest: "/etc/apt/preferences.d/proposed-updates"
|
dest: "/etc/apt/preferences.d/proposed-updates"
|
||||||
content: |
|
content: |
|
||||||
# Configure apt to allow selective installs of packages from proposed
|
# Configure apt to allow selective installs of packages from proposed
|
||||||
Package: *
|
Package: *
|
||||||
Pin: release a=jammy-proposed
|
Pin: release a=noble-proposed
|
||||||
Pin-Priority: 400
|
Pin-Priority: 400
|
||||||
|
|
||||||
- name: Install Bacula File Daemon
|
- name: Install Bacula File Daemon
|
||||||
apt:
|
apt:
|
||||||
name: bacula-fd
|
name: bacula-fd
|
||||||
default_release: jammy-proposed
|
|
||||||
|
|
||||||
- name: Install script for bacula-fd configuration
|
- name: Install script for bacula-fd configuration
|
||||||
copy:
|
copy:
|
||||||
|
Loading…
Reference in New Issue
Block a user