remove sddm login screen patch with deprecated marker homondisk (now: localhome)
This commit is contained in:
parent
08f0f082fd
commit
40c0888928
1 changed files with 6 additions and 0 deletions
|
@ -173,6 +173,12 @@
|
|||
notify: Run update-grub
|
||||
|
||||
## Clean up stuff from obsolete/faulty tasks:
|
||||
- name: Remove sddm login screen patch with deprecated marker (homeondisk)
|
||||
blockinfile:
|
||||
path: /usr/share/sddm/themes/debian-breeze/Main.qml
|
||||
marker: // {mark} ANSIBLE MANAGED BLOCK homeondisk
|
||||
state: absent
|
||||
|
||||
- name: Remove packages we do not need anymore
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
|
|
Loading…
Add table
Reference in a new issue