Remove libreoffice-kf5 (documents may get lost on SMB shares).
This commit is contained in:
parent
975b9867c3
commit
59649b0bff
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue