commit db329ea15e7f61e0ab2689bf5cbc4e7c244bcfcc Author: Markus Katharina Brechtel Date: Tue Dec 20 05:36:10 2016 +0000 current diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..f61ba20 --- /dev/null +++ b/tasks/main.yml @@ -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