Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-display_manager
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
lightdm-gtk-greeter
master
Markus Katharina Brechtel
7 anni fa
parent
6d01f76b3e
commit
b293c7f583
1 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
tasks/main.yml
+ 8
- 0
tasks/main.yml
Vedi 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…
Annulla
Salva