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
current
master
Markus Katharina Brechtel
8 years ago
commit
db329ea15e
1 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
tasks/main.yml
+ 16
- 0
tasks/main.yml
View File
@@ -0,0 +1,16 @@
---
- 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: started
enabled: yes
Write
Preview
Loading…
Cancel
Save