From 59649b0bff919a7b805ee465de920efc0c1e30be Mon Sep 17 00:00:00 2001 From: Raphael Dannecker <raphael.dannecker@steinbeisschule-reutlingen.de> Date: Tue, 30 Apr 2024 08:35:25 +0200 Subject: [PATCH] Remove libreoffice-kf5 (documents may get lost on SMB shares). --- lmn-client.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lmn-client.yml b/lmn-client.yml index bfbc8d5..18f0b49 100644 --- a/lmn-client.yml +++ b/lmn-client.yml @@ -167,6 +167,13 @@ notify: Run update-grub when: bug.stat.exists and not fix.stat.exists + - name: Work around libreoffice samba problem (kf5) + ansible.builtin.apt: + name: + - libreoffice-kf5 + state: absent + purge: True + - name: Set latest kernel in grub lineinfile: dest: /etc/default/grub