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
current
master
Markus Katharina Brechtel
7 anni fa
parent
db329ea15e
commit
74ede6c40e
1 ha cambiato i file
con
11 aggiunte
e
4 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-4
tasks/main.yml
+ 11
- 4
tasks/main.yml
Vedi File
@@ -1,16 +1,23 @@
---
- apt:
- name: delete depecrated packages
apt:
pkg: "{{ item }}"
state: absent
with_items:
- slim
- name: install packages
apt:
pkg: "{{ item }}"
state: installed
with_items:
- xserver-xorg
- xserver-xorg-video-all
- xserver-xorg-input-all
- slim
- x11-xserver-utils
- service:
name: slim
state: st
art
ed
enabled:
yes
state: st
opp
ed
enabled:
no
Write
Preview
Loading…
Annulla
Salva