summaryrefslogtreecommitdiffstats
path: root/tasks/Debian.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/Debian.yml')
-rw-r--r--tasks/Debian.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tasks/Debian.yml b/tasks/Debian.yml
new file mode 100644
index 0000000..2a6bc5c
--- /dev/null
+++ b/tasks/Debian.yml
@@ -0,0 +1,7 @@
+---
+
+- name: Install Debian Gnome desktop
+ apt: name="@^gnome-desktop-environment" state=present
+ when: debian_desktop == 'gnome'
+
+