Move libreoffce-samba-fix to bookworm-fix section.
This commit is contained in:
parent
59649b0bff
commit
749b8e1e17
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue