Some package cleanup.

This commit is contained in:
Andreas B. Mundt 2023-09-07 07:55:53 +02:00
parent f51bfa1e30
commit a8f950e085
3 changed files with 4 additions and 4 deletions

View file

@ -51,11 +51,9 @@
- vim
- mc
- tmux
- console-setup
- krb5-user
- unattended-upgrades
- debconf-utils
- ctorrent
extra_pkgs_bpo: [] # [ linux-image-amd64 ]
roles:

View file

@ -44,10 +44,11 @@
- name: Install extra packages from backports
apt:
name:
- libreoffice
- libreoffice-l10n-de
- filius
- kicad
- kicad-doc-de
- libreoffice
- libreoffice-l10n-de
state: latest # noqa package-latest
autoremove: true
default_release: "{{ ansible_distribution_release }}-backports"

View file

@ -2,6 +2,7 @@
- name: install libvirt packages
apt:
name:
- ctorrent
- libvirt-daemon-system
- virt-manager
state: latest