summaryrefslogtreecommitdiffstats
path: root/tasks/Debian.yml
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-07-05 17:54:46 +0200
committerSuren A. Chilingaryan <csa@suren.me>2018-07-05 17:54:46 +0200
commitae011f18e8693037da2ccdfb71d5e3c44bc3fbdf (patch)
tree61e9a852b4827252c6328d0bd7e531a75f9b9435 /tasks/Debian.yml
downloaditm-ae011f18e8693037da2ccdfb71d5e3c44bc3fbdf.tar.gz
itm-ae011f18e8693037da2ccdfb71d5e3c44bc3fbdf.tar.bz2
itm-ae011f18e8693037da2ccdfb71d5e3c44bc3fbdf.tar.xz
itm-ae011f18e8693037da2ccdfb71d5e3c44bc3fbdf.zip
Squashed 'roles/desktop/' content from commit c2182ac
git-subtree-dir: roles/desktop git-subtree-split: c2182aceefe0e1a5d9abc50be59c596def2fa5d2
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'
+
+