Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
ka
/
ansible-role-display_manager
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
install maintenance mode packages seperateley
master
Markus Katharina Brechtel
6 vuotta sitten
vanhempi
f69b33f701
commit
bc19953e7a
2 muutettua tiedostoa
jossa
10 lisäystä
ja
3 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
tasks/main.yml
+10
-0
tasks/mainentance.yml
+ 0
- 3
tasks/main.yml
Näytä tiedosto
@@ -22,9 +22,6 @@
- lightdm
- lightdm-gtk-greeter
- onboard
- yad
- xbindkeys
- feh
notify: restart lightdm
- include: mainentance.yml
+ 10
- 0
tasks/mainentance.yml
Näytä tiedosto
@@ -1,5 +1,15 @@
---
- name: install mainentance mode packages
apt:
pkg: "{{ item }}"
state: installed
with_items:
- yad
- xbindkeys
- feh
notify: restart lightdm
- name: mainentance user
user:
name: mainentance
Write
Preview
Loading…
Peruuta
Tallenna