diff --git a/lmn-client.yml b/lmn-client.yml index 18f0b49..e25ff16 100644 --- a/lmn-client.yml +++ b/lmn-client.yml @@ -167,13 +167,6 @@ 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 @@ -317,6 +310,13 @@ line: DefaultTimeoutStopSec=5s 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