diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-07-05 17:54:46 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-07-05 17:54:46 +0200 |
commit | 650d022653e778face2bad7527a137ad9127c236 (patch) | |
tree | 6e64502e6b1843a14ee9d2d51adc856b8413bef2 /roles/desktop/tasks/Debian.yml | |
parent | 2262fee263d21214db911c8ee7c6b218ba18f3bd (diff) | |
parent | ae011f18e8693037da2ccdfb71d5e3c44bc3fbdf (diff) | |
download | itm-650d022653e778face2bad7527a137ad9127c236.tar.gz itm-650d022653e778face2bad7527a137ad9127c236.tar.bz2 itm-650d022653e778face2bad7527a137ad9127c236.tar.xz itm-650d022653e778face2bad7527a137ad9127c236.zip |
Merge commit 'ae011f18e8693037da2ccdfb71d5e3c44bc3fbdf' as 'roles/desktop'
Diffstat (limited to 'roles/desktop/tasks/Debian.yml')
-rw-r--r-- | roles/desktop/tasks/Debian.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/desktop/tasks/Debian.yml b/roles/desktop/tasks/Debian.yml new file mode 100644 index 0000000..2a6bc5c --- /dev/null +++ b/roles/desktop/tasks/Debian.yml @@ -0,0 +1,7 @@ +--- + +- name: Install Debian Gnome desktop + apt: name="@^gnome-desktop-environment" state=present + when: debian_desktop == 'gnome' + + |