This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-display_manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
lightdm-gtk-greeter
master
Markus Katharina Brechtel
7 years ago
parent
6d01f76b3e
commit
b293c7f583
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
tasks/main.yml
+ 8
- 0
tasks/main.yml
View File
@@ -20,9 +20,17 @@
- xserver-xorg-input-all
- x11-xserver-utils
- lightdm
- lightdm-gtk-greeter
- yad
- xbindkeys
- name: uninstall wrong lightdm greeters
apt:
pkg: "{{ item }}"
state: absent
with_items:
- lightdm-kde-greeter
- include: mainentance.yml
when: display_manager_state == 'mainentance'
Write
Preview
Loading…
Cancel
Save