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
install maintenance mode packages seperateley
master
Markus Katharina Brechtel
6 years ago
parent
f69b33f701
commit
bc19953e7a
2 changed files
with
10 additions
and
3 deletions
Split View
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
View File
@@ -22,9 +22,6 @@
- lightdm
- lightdm-gtk-greeter
- onboard
- yad
- xbindkeys
- feh
notify: restart lightdm
- include: mainentance.yml
+ 10
- 0
tasks/mainentance.yml
View File
@@ -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…
Cancel
Save