|
@@ -20,9 +20,17 @@ |
|
|
- xserver-xorg-input-all |
|
|
- xserver-xorg-input-all |
|
|
- x11-xserver-utils |
|
|
- x11-xserver-utils |
|
|
- lightdm |
|
|
- lightdm |
|
|
|
|
|
- lightdm-gtk-greeter |
|
|
- yad |
|
|
- yad |
|
|
- xbindkeys |
|
|
- xbindkeys |
|
|
|
|
|
|
|
|
|
|
|
- name: uninstall wrong lightdm greeters |
|
|
|
|
|
apt: |
|
|
|
|
|
pkg: "{{ item }}" |
|
|
|
|
|
state: absent |
|
|
|
|
|
with_items: |
|
|
|
|
|
- lightdm-kde-greeter |
|
|
|
|
|
|
|
|
- include: mainentance.yml |
|
|
- include: mainentance.yml |
|
|
when: display_manager_state == 'mainentance' |
|
|
when: display_manager_state == 'mainentance' |
|
|
|
|
|
|
|
|