Skip to content
Snippets Groups Projects
Commit cf6c8cc9 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

desktop: Updates for Debian Bookworm and some new software

parent 1b928735
No related branches found
No related tags found
1 merge request!12desktop: Updates for Debian Bookworm and some new software
Pipeline #7047 passed
......@@ -12,7 +12,7 @@
- name: ensure a sane default web browser
alternatives:
name: x-www-browser
path: /usr/bin/firefox
path: /usr/bin/firefox-esr
- name: ensure we have the correct printer
template:
......
---
# file: roles/client/tasks/desktop.yml
- name: Install Intel and Realtek firmware for Dell clients
- name: Install firmware
apt:
name:
- firmware-misc-nonfree
- firmware-realtek
- firmware-iwlwifi
- firmware-linux
state: present
when: ansible_system_vendor == "Dell Inc."
when: ansible_virtualization_role != "guest"
- name: ensure office applications are installed
apt:
......@@ -16,7 +14,6 @@
- libreoffice # this is a meta-package
- libreoffice-help-de
- libreoffice-l10n-de
- libreoffice-kde5
- texstudio
state: present
......@@ -38,8 +35,7 @@
name:
- evince
- pdfgrep
- pdfmod
- pdftk
- pdftk-java
- xournal
- poppler-utils
state: present
......@@ -106,6 +102,15 @@
- gdb
state: present
- name: Install Rust development tools
apt:
name:
- rust-all
- rust-gdb
- rust-lldb
- rust-doc
- rust-src
- name: Remove legacy Mozilla packages
apt:
name: xul-ext-quotecolors
......@@ -164,6 +169,7 @@
- vlc
- mplayer
- smplayer
- mpv
- ffmpeg
- name: ensure password managers are installed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment