linroom: remove some obsolete or heavy base packages

Move them to roles instead if needed.
This commit is contained in:
Timotej Lazar 2025-07-25 17:35:01 +02:00
parent d87c04a720
commit 6dcc6f38ba

View file

@ -10,37 +10,25 @@
- name: Install generally useful packages - name: Install generally useful packages
apt: apt:
name: name:
- blender
- build-essential - build-essential
- chromium-browser - chromium-browser
- cifs-utils - cifs-utils
- curl - curl
- dosbox
- emacs - emacs
- ffmpeg - ffmpeg
- firefox - firefox
- gdb - gdb
- git - git
- git-cola
- git-gui
- i3
- inkscape - inkscape
- ipcalc - ipcalc
- jq - jq
- kate
- kdiff3
- krita
- kwrite
- libhivex-bin
- mpv - mpv
- ncat - ncat
- nethack-console - nethack-console
- nfs-common - nfs-common
- nmap - nmap
- overlayroot - overlayroot
- pcmanfm-qt
- qemu - qemu
- qemu-kvm
- qemu-utils - qemu-utils
- qutebrowser - qutebrowser
- rsync - rsync
@ -51,11 +39,9 @@
- tmux - tmux
- ttf-mscorefonts-installer - ttf-mscorefonts-installer
- vim - vim
- virt-manager
- vlc - vlc
- webext-ublock-origin-chromium - webext-ublock-origin-chromium
- webext-ublock-origin-firefox - webext-ublock-origin-firefox
- wine-development
- zsh - zsh
state: latest state: latest
update_cache: yes update_cache: yes