Move libreoffce-samba-fix to bookworm-fix section.

This commit is contained in:
Raphael Dannecker 2024-04-30 09:26:43 +02:00
parent 59649b0bff
commit 749b8e1e17

View file

@ -167,13 +167,6 @@
notify: Run update-grub notify: Run update-grub
when: bug.stat.exists and not fix.stat.exists 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 - name: Set latest kernel in grub
lineinfile: lineinfile:
dest: /etc/default/grub dest: /etc/default/grub
@ -317,6 +310,13 @@
line: DefaultTimeoutStopSec=5s line: DefaultTimeoutStopSec=5s
insertafter: '^#DefaultTimeoutStopSec=.*' insertafter: '^#DefaultTimeoutStopSec=.*'
- name: Work around libreoffice samba problem (kf5)
ansible.builtin.apt:
name:
- libreoffice-kf5
state: absent
purge: True
################# #################
- name: Timestamp successfull run and send up-to-date report - name: Timestamp successfull run and send up-to-date report