summaryrefslogtreecommitdiffstats
path: root/tasks/Debian.yml
blob: 2a6bc5c5485c88005bccd91066cdb08618dc302a (plain)
1
2
3
4
5
6
7
---

- name: Install Debian Gnome desktop
  apt: name="@^gnome-desktop-environment" state=present
  when: debian_desktop == 'gnome'