add windowmanager role

This commit is contained in:
Simon Bruder 2018-03-11 17:12:53 +00:00 committed by jalr
parent 7ae5d937cc
commit 3bf1f537e5
4 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: install awesome
apt:
name: "awesome"
state: present

View file

@ -0,0 +1,5 @@
---
- name: install lightdm
apt:
name: "lightdm"
state: present

View file

@ -0,0 +1,4 @@
---
- import_tasks: lightdm.yml
- import_tasks: awesome.yml
- import_tasks: mate.yml

View file

@ -0,0 +1,5 @@
---
- name: install mate
apt:
name: "task-mate-desktop"
state: present