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
7 years ago
parent
74ede6c40e
commit
de552165b4
1 changed files
with
0 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-12
tasks/main.yml
+ 0
- 12
tasks/main.yml
View File
@@ -1,12 +1,5 @@
---
- name: delete depecrated packages
apt:
pkg: "{{ item }}"
state: absent
with_items:
- slim
- name: install packages
apt:
pkg: "{{ item }}"
@@ -16,8 +9,3 @@
- xserver-xorg-video-all
- xserver-xorg-input-all
- x11-xserver-utils
- service:
name: slim
state: stopped
enabled: no
Write
Preview
Loading…
Cancel
Save