Include backports.
This commit is contained in:
parent
ad7d1da61d
commit
cb172935c7
1 changed files with 3 additions and 4 deletions
|
@ -57,7 +57,6 @@
|
||||||
- freecad
|
- freecad
|
||||||
- librecad
|
- librecad
|
||||||
- arduino
|
- arduino
|
||||||
- kicad
|
|
||||||
- keepassxc
|
- keepassxc
|
||||||
- tmux
|
- tmux
|
||||||
- curl
|
- curl
|
||||||
|
@ -73,20 +72,20 @@
|
||||||
|
|
||||||
- name: Add {{ ansible_distribution_release }}-backports
|
- name: Add {{ ansible_distribution_release }}-backports
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports main contrib non-free
|
repo: deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports main non-free-firmware
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
when: ansible_distribution_release == 'bullseye'
|
|
||||||
|
|
||||||
- name: Install extra packages from backports
|
- name: Install extra packages from backports
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- libreoffice
|
- libreoffice
|
||||||
- libreoffice-l10n-de
|
- libreoffice-l10n-de
|
||||||
|
- kicad
|
||||||
|
- kicad-doc-de
|
||||||
state: latest # noqa package-latest
|
state: latest # noqa package-latest
|
||||||
autoremove: true
|
autoremove: true
|
||||||
default_release: "{{ ansible_distribution_release }}-backports"
|
default_release: "{{ ansible_distribution_release }}-backports"
|
||||||
when: ansible_distribution_release == 'bullseye'
|
|
||||||
|
|
||||||
|
|
||||||
- name: Enable splash screen
|
- name: Enable splash screen
|
||||||
|
|
Loading…
Add table
Reference in a new issue