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, 0 insertions, 7 deletions
diff --git a/tasks/Debian.yml b/tasks/Debian.yml
deleted file mode 100644
index 2a6bc5c..0000000
--- a/tasks/Debian.yml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-
-- name: Install Debian Gnome desktop
- apt: name="@^gnome-desktop-environment" state=present
- when: debian_desktop == 'gnome'
-
-